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

WiFi Connection established even if the eeprom is clear #8

Open
scifiswapnil opened this issue Jun 14, 2016 · 1 comment
Open

WiFi Connection established even if the eeprom is clear #8

scifiswapnil opened this issue Jun 14, 2016 · 1 comment

Comments

@scifiswapnil
Copy link

I was trying to clear the eeprom after which when i reset the ESP chip, the eeprom is cleared, but the ESP still connects to the previous WiFi. Something like this :

Output

Startup
Reading EEPROM ssid
SSID: 
Reading EEPROM pass
PASS: 
Waiting for Wifi to connect
66666666666663
WiFi connected
192.168.0.4
192.168.4.1
mDNS responder started
Server started

What might be the reason ?

@gibo77
Copy link

gibo77 commented Feb 20, 2018

I think the Arduino ESP8266 library reserve a space in the flash for previous ssid and password. You can just incorporate these functionality to your application.

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