OTA done correction

master
JbLb 8 years ago
parent 2b5b57448a
commit aaef5ec55a

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

Loading…
Cancel
Save