I am trying to run the WiFiWebServer example on ESP-01 and I could only see it serving one request.
The log on the serial monitor is the following:
.......
WiFi connected
Server started
192.168.1.4
new client
GET /gpio/1 HTTP/1.1
Client disconnected
new client
.......
Basically, I am able to turn on the led by opening the page http://191.168.1.4/gpio/1
but at the beginning of a new loop, ESP-01 finds a new client and remains stuck there.
It does not serve requests anymore.
Do you have any suggestions for debugging/solving the problem?
Thanks!