You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
Trying the WiFiWebServer sample and in the loop method when calling
WiFiClient client = server.available();
The thread is blocked here until the client connects to the server. This makes impossible to run anything else on the board.
Please make this method return null pointer when no client is connected to the server.
Trying the WiFiWebServer sample and in the loop method when calling
WiFiClient client = server.available();
The thread is blocked here until the client connects to the server. This makes impossible to run anything else on the board.
Please make this method return null pointer when no client is connected to the server.