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
asking this here first as it is part of the library but I know its more of a platform issue.
I store several values in EEPROM, sometimes after a restart the values are read but set as 0. Then after a subsequent restart the values are back again.
To put:
EEPROM.begin();
EEPROM.put(0, value);
To get:
EEPROM.begin();
EEPROM.get(0, value);
I am wondering if the library may require an update from original branch (which I am unsure how to do) or if this is a know bug. If you can help on either then that will appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
asking this here first as it is part of the library but I know its more of a platform issue.
I store several values in EEPROM, sometimes after a restart the values are read but set as 0. Then after a subsequent restart the values are back again.
To put:
To get:
I am wondering if the library may require an update from original branch (which I am unsure how to do) or if this is a know bug. If you can help on either then that will appreciated.
The text was updated successfully, but these errors were encountered: