You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the ESP.eraseConfig() should also erase SDK Wifi Credentials ?
I've 2 button on my Web Interface to do
Reset (just reset the board)
Factory Reset to clear all and reset.
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 ?