mirror of
https://github.com/HASwitchPlate/HASPone.git
synced 2025-07-27 13:16:44 +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();
|
nextionProcessInput();
|
||||||
}
|
}
|
||||||
|
|
||||||
webServer.handleClient(); // webServer loop
|
|
||||||
telnetHandleClient(); // telnet client loop
|
telnetHandleClient(); // telnet client loop
|
||||||
yield();
|
yield();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user