You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard EEPROM library for the ESP8266 uses flash memory to store the EEPROM data. This is re-flashed every time the dates committed, which is slow, disruptive and will wear the flash prematurely. This library is substantially compatible with the standard library but avoids re-flashing as much as possible.