-
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() and ESP.restart() not erase WPS config. #2885
Comments
Does replacing |
WiFi config not erase. void formatConfig() {
Serial.println(ESP.eraseConfig());
delay(5000);
ESP.reset();
} |
Also please try #3635.
…On Tue, Oct 3, 2017, 20:36 Develo ***@***.***> wrote:
@rudacs <https://github.com/rudacs> @bestpika
<https://github.com/bestpika> Could you please try PR #3215
<#3215> ? It has the latest SDK.
I'm not aware of any relevant changes, but it's worth a try.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2885 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEJcevJM6BDYM2f8keEawMZaLVC-WIzDks5sov1DgaJpZM4LonUR>
.
|
Only #3635 fixes this for me, I am unable to get eraseConfig to do anything in 2_3_0 1.5.3. FYI |
The referenced PR is already merged, and there is confirmation by @tablatronix , so closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basic Infos
Hardware
Hardware: ESP-12e
Core Version: 2.3.0
Description
I need to clear the WPS configuration directly by code.
I Tried to do:
ESP.eraseConfig();
ESP.restart();
Sketch
The text was updated successfully, but these errors were encountered: