mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Добавляем защиту от отсутствия синхронизации времени
This commit is contained in:
@@ -67,6 +67,7 @@ String mqttRootDevice = "";
|
||||
// Time
|
||||
Time_t _time_local;
|
||||
Time_t _time_utc;
|
||||
bool _time_isTrust = false;
|
||||
|
||||
// DynamicJsonDocument settingsFlashJsonDoc(JSON_BUFFER_SIZE);
|
||||
// DynamicJsonDocument paramsFlashJsonDoc(JSON_BUFFER_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user