mirror of
https://github.com/HASwitchPlate/HASPone.git
synced 2025-07-24 11:46:33 +00:00
Removed race web page race condition in nextionHandleInput
Removed call to webServer.handleClient() in nextionHandleInput() which could cause the event loop() to lock up.
This commit is contained in:
parent
f8d647f084
commit
d54ba313f1
@ -812,7 +812,6 @@ void nextionHandleInput()
|
||||
nextionProcessInput();
|
||||
}
|
||||
|
||||
webServer.handleClient(); // webServer loop
|
||||
telnetHandleClient(); // telnet client loop
|
||||
yield();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user