OTA done correction

master
JbLb 8 years ago
parent 2b5b57448a
commit aaef5ec55a

@ -137,7 +137,7 @@ void setup() {
}); });
// OTA onEnd // OTA onEnd
ArduinoOTA.onEnd([](){ ArduinoOTA.onEnd([](){
DEBUG_PRINTLN("OTA ended, let\'s restart"); DEBUG_PRINTLN("\nOTA ended, let\'s restart");
}); });
// OTA error handle // OTA error handle
ArduinoOTA.onError([](ota_error_t error) { ArduinoOTA.onError([](ota_error_t error) {

Loading…
Cancel
Save