This commit is contained in:
Paul
2019-07-20 10:22:47 +02:00
9 changed files with 245 additions and 106 deletions

View File

@@ -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
}