-->
Page 2 of 2

Re: AP SSID name

PostPosted: Sat Apr 23, 2016 5:43 am
by ccesaretto
maybe you call Wifi.Disconnect() at the beginning of the sketch?

Re: AP SSID name

PostPosted: Sun Apr 24, 2016 2:49 pm
by esp-io
Yeah, although it sounds like the command won't actually delete the information, just disconnects. In some scenarios this might be a security issue, since you could reconnect again without knowing the password. I also wonder if there's something else besides this that is "left behind"? Maybe this'll be clear once I figure out how the memory works in the ESP.

Re: AP SSID name

PostPosted: Sun Apr 24, 2016 2:59 pm
by martinayotte
If you look in the core files, it seems that the configs ssid/passwd are overwritten with null strings.