[UNO R4 WIFI][WifiS3] Non blocking option for Wifi.begin #337
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Hello,
The timeout in use when calling
Wifi.begin
is hardcoded and set to 10000 ms (see code below).That makes it difficult to handle reconnection is some cases, because loop execution will be locked for 10s if no WiFi is available.
User should be able to set his own timeout value.
So Is there any way to perform a non-blocking reconnection ? If not, is it possible to update the interface to something like this?:
The text was updated successfully, but these errors were encountered: