-
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
ESP.eraseConfig() does not seem to clear SDK Wifi Credentials #1494
Comments
I think if you do |
@igrr
by a watchdog reset, it works but is it correct ?
thanks |
didn't tried that one, it will not restore config like restart() ? |
yes (last tried on SDK 1.3), |
Does the
ESP.eraseConfig()
should also erase SDK Wifi Credentials ?I've 2 button on my Web Interface to do
Factory Reset restore my default board config settings including clearing my client SSID and PSK, and then call a
ESP.eraseConfig()
to also clear SDK config. Then issue a normal reset.Unfortunately, just after Factory Reset, my board reset and then connect to my Old Access point even if I don't call Wifi setting and connection (because my config is empty on those settings, yeah cleared that!!)
Anyone tried this with success ?
The text was updated successfully, but these errors were encountered: