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

Reset settings to default #60

Open
tomaszq120 opened this issue Mar 30, 2018 · 1 comment
Open

Reset settings to default #60

tomaszq120 opened this issue Mar 30, 2018 · 1 comment

Comments

@tomaszq120
Copy link

Hello, How can I reset settings to default when I forgot password to AP and I can not connect to ESP? I tried to upload firmware again, but it didn't help.

@wchpikus
Copy link

Write all flash using empty files (1MB)x flash size (file should have 0xff on all address).
If you have 4MB flash write 4x1MB file from 0x0000 to 0x1000, next 0x1000 to 0x2000 etc..
After that ĺoad new firmware.
You tryed load only adress to 0x1000, but some data ( password to wifi,ssid..)was writed up to this adress by firmware.
Reset all and this should help

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

No branches or pull requests

2 participants