mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
merged in https://github.com/proddy/EMS-ESP/pull/154 from @susisstrolch
This commit is contained in:
@@ -2165,9 +2165,9 @@ void MyESP::loop() {
|
||||
_systemCheckLoop();
|
||||
_heartbeatCheck();
|
||||
_bootupSequence();
|
||||
webServer.handleClient(); // web server client requests
|
||||
webServer.handleClient();
|
||||
_telnetHandle();
|
||||
_mqttConnect(); // MQTT
|
||||
_mqttConnect();
|
||||
|
||||
yield(); // ...and breath
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user