diff --git a/LibreMetric.ino b/LibreMetric.ino index 907d30d..a4fbb1e 100644 --- a/LibreMetric.ino +++ b/LibreMetric.ino @@ -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) {