mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
добавил получение времени NTP
This commit is contained in:
@@ -64,6 +64,10 @@ String all_widgets = "";
|
||||
String scenario = "";
|
||||
String mqttRootDevice = "";
|
||||
|
||||
// Time
|
||||
Time_t _time_local;
|
||||
Time_t _time_utc;
|
||||
|
||||
// DynamicJsonDocument settingsFlashJsonDoc(JSON_BUFFER_SIZE);
|
||||
// DynamicJsonDocument paramsFlashJsonDoc(JSON_BUFFER_SIZE);
|
||||
// DynamicJsonDocument paramsHeapJsonDoc(JSON_BUFFER_SIZE);
|
||||
Reference in New Issue
Block a user