Merge pull request #49 from jpelzer/patch-1

> Removed web page race condition in nextionHandleInput

Looks good!
This commit is contained in:
Allen Derusha 2021-03-19 07:21:07 -04:00 committed by GitHub
commit 82dfa39aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -812,7 +812,6 @@ void nextionHandleInput()
nextionProcessInput(); nextionProcessInput();
} }
webServer.handleClient(); // webServer loop
telnetHandleClient(); // telnet client loop telnetHandleClient(); // telnet client loop
yield(); yield();
} }