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?