mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-30 18:49:09 +03:00
add back missing webLogService.loop()
This commit is contained in:
@@ -1818,7 +1818,8 @@ void EMSESP::loop() {
|
|||||||
return; // LED flashing is active, skip the rest of the loop
|
return; // LED flashing is active, skip the rest of the loop
|
||||||
}
|
}
|
||||||
|
|
||||||
esp32React.loop(); // web services
|
esp32React.loop(); // web services like network, AP, MQTT
|
||||||
|
webLogService.loop(); // log in Web UI
|
||||||
|
|
||||||
// run the loop, unless we're in the middle of an OTA upload
|
// run the loop, unless we're in the middle of an OTA upload
|
||||||
if (EMSESP::system_.systemStatus() == SYSTEM_STATUS::SYSTEM_STATUS_NORMAL || EMSESP::system_.systemStatus() == SYSTEM_STATUS::SYSTEM_STATUS_INVALID_GPIO) {
|
if (EMSESP::system_.systemStatus() == SYSTEM_STATUS::SYSTEM_STATUS_NORMAL || EMSESP::system_.systemStatus() == SYSTEM_STATUS::SYSTEM_STATUS_INVALID_GPIO) {
|
||||||
|
|||||||
Reference in New Issue
Block a user