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

EEPROM does not read values after restart from Interrupt #41

Open
j45p41 opened this issue Mar 18, 2024 · 1 comment
Open

EEPROM does not read values after restart from Interrupt #41

j45p41 opened this issue Mar 18, 2024 · 1 comment

Comments

@j45p41
Copy link

j45p41 commented Mar 18, 2024

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:

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.

@h2zero
Copy link
Owner

h2zero commented Mar 18, 2024

Hi @j45p41 I don't know of any bugs related to this. If you try the EEPROM example do you have the same result?

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