arduino-esp32/libraries/WebServer
lbernstone 9e7b13e46d
WebServer.handleClient delay (#4350)
* If WebServer.handleClient is run in a tight loop, it will starve other processes.  So, if there is no connection, throw in a delay(1).  Fixes #4348

* Made a variable to control the delay behavior
2020-10-01 15:42:23 +03:00
..
examples Minor change but could confuse some (#4084) 2020-09-30 15:26:38 +03:00
src WebServer.handleClient delay (#4350) 2020-10-01 15:42:23 +03:00
keywords.txt Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
library.properties Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00