diff --git a/Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino b/Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino index 8248c8a..5651f9c 100644 --- a/Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino +++ b/Arduino_Sketch/HASwitchPlate/HASwitchPlate.ino @@ -812,7 +812,6 @@ void nextionHandleInput() nextionProcessInput(); } - webServer.handleClient(); // webServer loop telnetHandleClient(); // telnet client loop yield(); }