EEPROM.update would be nice #1155
FeuerSturm
started this conversation in
Ideas
Replies: 1 comment
-
Nevermind, write already checks if the data is different. Should have checked the source first xD |
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
-
Hi,
adding
EEPROM.update(address, value)
would be useful.
I know we can read the value and check if it changed before writing, but this would be nice for lazy people like me :)
Beta Was this translation helpful? Give feedback.
All reactions