We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Don't remove persistent WiFi settings when doing scan (#2946)
2c2d6a3
Don't remove persistent WiFi settings when doing scan (esp8266#2946)
e7ea117
No branches or pull requests
This seems like a really bad idea. If persistent(mostly always), doing a scan wipes flash.
whaaa?
The text was updated successfully, but these errors were encountered: