B4R Question rESP8266WiFi connect

gkenny

New Member
Licensed User
Longtime User
Is it possible to connect to WIFI without waiting for the connection to be established? Right now, wifi.connect("SSID") is a blocking function that returns the connection result. I am interested in if it is possible to have a subroutine that begins the connection process without waiting for the connection to happen. I can check back in 15 seconds to see if the connection was successful.

Thank you,
Glen
 
Top