Убираем отладку в алгоритме сохранения состояния

This commit is contained in:
2022-10-21 08:01:20 +03:00
parent 6f5caec540
commit dafe486784

View File

@@ -154,8 +154,6 @@ void loop() {
if (needSaveValues && millis()%1000 == 0) {
syncValuesFlashJson();
needSaveValues = false;
delay(1);
Serial.println("syncValuesFlashJson()");
}
}