-->
Page 1 of 2

Erasing store SSIDs and password

PostPosted: Sat Jun 13, 2015 4:41 am
by phil_jones2000
To allow testing of configuration code I'd like to be able to erase the ssid/password data that the firmware stores. Without this the module reconnects automatically. Does anyone know how this can be achieved?

Re: Erasing store SSIDs and password

PostPosted: Sat Jun 13, 2015 5:10 pm
by cal
Moin,

Erase the area at flash address 0x7e000.

Cal

Re: Erasing store SSIDs and password

PostPosted: Sun Jun 14, 2015 2:00 pm
by eldonb46
cal wrote:Moin,

Erase the area at flash address 0x7e000.

Cal


Where is this info Documented? Thanks.

Re: Erasing store SSIDs and password

PostPosted: Sun Jun 14, 2015 2:55 pm
by cal
I think I read it in the espressif forums and in some of their docs, too.

Someone added it here but most of that is reverse engienered or guessed.

https://github.com/esp8266/esp8266-wiki/wiki/Memory-Map

Exact address may also depend on firmware flash size.

Cal