From aaef5ec55ab354cdf643566af1dbfb9a5d18d971 Mon Sep 17 00:00:00 2001 From: JbLb Date: Mon, 18 Dec 2017 10:15:51 +0100 Subject: [PATCH] OTA done correction --- LibreMetric.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {