As of now, the .run() method blocks until a network is found, or all networks were tried.
It would be very useful to provide an additional .begin() + .update() API for a non-blocking behavior, leveraging the async behavior of the underlying WiFi.begin().
As of now, the
.run()method blocks until a network is found, or all networks were tried.It would be very useful to provide an additional
.begin()+.update()API for a non-blocking behavior, leveraging the async behavior of the underlyingWiFi.begin().