mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
рабочая версия выгрузки длинного пассива в веб
This commit is contained in:
@@ -109,6 +109,13 @@ void loop() {
|
||||
return;
|
||||
}
|
||||
|
||||
if (wsSetupFlag) {
|
||||
wsSetupFlag = false;
|
||||
wsSendSetup();
|
||||
}
|
||||
|
||||
loopWsExecute();
|
||||
|
||||
#ifdef OTA_UPDATES_ENABLED
|
||||
ArduinoOTA.handle();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user