EEPROM problem #28
Unanswered
IPdotSetAF
asked this question in
Q&A
Replies: 1 comment
-
Unfortunately, you have not provided enough information for me to debug anything. Can you strip down your program to its minimal reproducible form, taking out everything unrelated to reproducing the bug, and post it here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey.
i started using this lib for my new project and i am using it on an ESP8266 .
the problem is that when i try writing to the EEPROM it does not write although EEPROM.commit() returns true, and i get errors on the next boot and code does not run any more.
it can read the data tho , i tried saving and reading from EEPROM from a normal sketch and it worked fine.
do you have any suggestion what might be the problem?
Beta Was this translation helpful? Give feedback.
All reactions