-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Erase saved WiFi access points #3066
Comments
in code or permanently ? |
Ah, yes. after a while I decided to erase flash and it turned out to be the solution. But now I have two questions.
|
It stores the last successful ap but not all. |
@hieuv did calling persistent(false) address your issue? |
To be honest with you, this was so long ago that I do not remember any details anymore. I will see if I can reproduce the issue and see if the solution above fixes it. |
@hieuv were you able to reproduce the issue? |
Closing due to age and previous comment. |
I used
WiFiMulti
in the past to connect to different WiFi networks. Now I want to forget all of those WiFi configurations (the module keep trying to connect to a (now turned) bad AP).I tried to follow #1494 and investigate these solutions:
ESP.eraseConfig(); *((int*)0) = 0;
ESP.eraseConfig(); ESP.reset();
Neither worked.
Do anyone know any better way to do this?
The text was updated successfully, but these errors were encountered: