-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Detect network port for OTA did not work on windows machine #970
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
Comments
Thanks. This fixes it for me as well. |
The original idea was to use UDP to listen for the initial handshake, because TCP pcbs are expensive, and there are only 5 of them. Adding this TelnetServer pretty much defeats the purpose :) |
igrr - true, I know...for that this is a issue, not "ready for use" solution |
The reason for this issue is here: |
Yikes! |
Detect network port for OTA did not work on windows machine
without executed tcp server on port 8266.
solution for me (when ArduinoOTA lib is used):
with this addon inside ArduinoOTA.cpp port is detected and OTA is usable
The text was updated successfully, but these errors were encountered: