-
Notifications
You must be signed in to change notification settings - Fork 13.3k
EEPROM Issue #7720
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
Comments
Hi, |
@zztiger123 |
Two issues in 2 days with corrupt EEPROM on a WROOM-02D, and neither of them apparently read #6551 - try dropping the flash speed to 26MHz. |
Dup of #7719. |
|
Basic Infos
Platform
Settings in IDE
Problem Description
The following program will initialize a local IP in AP_MODE and will wait for credentials from the user. When received, the credentials will be saved in ESP using EEPROM.put function and will connect to the saved credentials in STA_MODE and will connect to the same credentials even after power reset.
After multiple resets, out of blue, the credentials were erased from EEPROM and whole 512 bytes were 0xFF (255).
This issue is coming randomly.
MCVE Sketch
The text was updated successfully, but these errors were encountered: