mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
Убираем отладку в алгоритме сохранения состояния
This commit is contained in:
@@ -154,8 +154,6 @@ void loop() {
|
|||||||
if (needSaveValues && millis()%1000 == 0) {
|
if (needSaveValues && millis()%1000 == 0) {
|
||||||
syncValuesFlashJson();
|
syncValuesFlashJson();
|
||||||
needSaveValues = false;
|
needSaveValues = false;
|
||||||
delay(1);
|
|
||||||
Serial.println("syncValuesFlashJson()");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user