mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
добавлена кнопка перезагрузки
This commit is contained in:
@@ -48,13 +48,8 @@ void setup() {
|
||||
|
||||
configure("/config.json");
|
||||
|
||||
//задачи редкого выполнения
|
||||
ts.add(
|
||||
MYTEST, 1000 * 30, [&](void*) {
|
||||
SerialPrint(F("i"), F("HEAP"), prettyBytes(ESP.getFreeHeap()));
|
||||
standWebSocket.broadcastTXT(devListJson);
|
||||
},
|
||||
nullptr, true);
|
||||
//инициализация задач переодического выполнения
|
||||
periodicTasksInit();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
||||
Reference in New Issue
Block a user