beckdac / ESP8266-transparent-bridge

Absolutely transparent bridge for the ESP8266
GNU General Public License v2.0
367 stars 95 forks source link

Reset settings to default #60

Open tomaszq120 opened 6 years ago

tomaszq120 commented 6 years ago

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 commented 6 years ago

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