Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with higher port numbers #95

Open
brownrb opened this issue Oct 26, 2022 · 1 comment
Open

Does not work with higher port numbers #95

brownrb opened this issue Oct 26, 2022 · 1 comment

Comments

@brownrb
Copy link

brownrb commented Oct 26, 2022

Hi
Dynamic ports are in the range 49152 to 65535 which are available for user applications.

When the server is configured to use a port like 61616, which is a valid port number, ElegantOTA never loads.

If I reconfigure the server to use port 6161 then it works fine. But it is bad practice to use lower number for values.

Can the code of ElegantOTA be modified to support the dynamic ports?

Regards
Robert

@Franck78
Copy link

When the server is configured to use a port like 61616, which is a valid port number, ElegantOTA never loads.

Hi,
Before saying ElegantOTA never loads, can you say 'any other' apps loads correctly with the dynamic port ?
In other words, have you verified AsyncWebServer is not the problem with a simple page?

If it is an AsyncWebServer problem, then close these report.

thanks
Franck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants