1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Update ArduinoOTA.cpp

my bad
This commit is contained in:
sticilface
2015-11-04 21:38:00 +00:00
parent 46658593b0
commit 0c9892fd24

View File

@ -54,7 +54,9 @@ void ArduinoOTA::handle() {
if (!*_udp_ota) {
_udp_ota->begin(_port);
Serial.println(F("OTA restarted"));
if (_serial_debug) {
Serial.println("OTA restarted");
}
}
if (!_udp_ota->parsePacket()) return;