Skip to content

Update ArduinoOTA.cpp #961

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

Merged
merged 2 commits into from
Nov 5, 2015
Merged

Update ArduinoOTA.cpp #961

merged 2 commits into from
Nov 5, 2015

Conversation

sticilface
Copy link
Contributor

Restarts the UDP port if it becomes disconnected. Works when for example the wifi is disconnected and reconnected

Restarts the UDP port if it becomes disconnected. Works when for example the wifi is disconnected and reconnected

if (!*_udp_ota) {
_udp_ota->begin(_port);
Serial.println(F("OTA restarted"));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add if (_serial_debug).
serial may be used for other thinks then debug ;)

igrr added a commit that referenced this pull request Nov 5, 2015
@igrr igrr merged commit 2f3f1f5 into esp8266:master Nov 5, 2015
@sticilface sticilface deleted the patch-2 branch November 11, 2015 22:04
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

Successfully merging this pull request may close these issues.

3 participants