diff --git a/src/Main.cpp b/src/Main.cpp index 4c7a8dd8..bc5c2142 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -154,8 +154,6 @@ void loop() { if (needSaveValues && millis()%1000 == 0) { syncValuesFlashJson(); needSaveValues = false; - delay(1); - Serial.println("syncValuesFlashJson()"); } }