Skip to content
New issue

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

scannetworks wipes persistent flash #2946

Closed
tablatronix opened this issue Feb 9, 2017 · 0 comments
Closed

scannetworks wipes persistent flash #2946

tablatronix opened this issue Feb 9, 2017 · 0 comments

Comments

@tablatronix
Copy link
Contributor

tablatronix commented Feb 9, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants