рабочая версия выгрузки длинного пассива в веб

This commit is contained in:
Dmitry Borisenko
2021-12-20 20:46:16 +01:00
parent d3046a921f
commit 329d1cd382
7 changed files with 95 additions and 74 deletions

View File

@@ -109,6 +109,13 @@ void loop() {
return;
}
if (wsSetupFlag) {
wsSetupFlag = false;
wsSendSetup();
}
loopWsExecute();
#ifdef OTA_UPDATES_ENABLED
ArduinoOTA.handle();
#endif