[solved] example code AdvancedWebServer.ino (newbie basics)
Posted: Mon May 20, 2019 8:42 pm
hello,
I am new to ESP and I have issues understang AdvancedWebServer.ino
in line 141: server.handleClient(); is called repeatedly in loop(),
but there is no such function listed.
Instead, there are
line 41: void handleRoot()
line 80: void handleNotFound()
how does server.handleClient() know which one - and when - to call?
Is there perhaps a detailed tutorial available on this basic topic?
I am new to ESP and I have issues understang AdvancedWebServer.ino
in line 141: server.handleClient(); is called repeatedly in loop(),
but there is no such function listed.
Instead, there are
line 41: void handleRoot()
line 80: void handleNotFound()
how does server.handleClient() know which one - and when - to call?
Is there perhaps a detailed tutorial available on this basic topic?