We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This seems like a really bad idea. If persistent(mostly always), doing a scan wipes flash.
int status = wifi_station_get_connect_status(); if(status != STATION_GOT_IP && status != STATION_IDLE) { WiFi.disconnect(false); }
whaaa?