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