Closed fab33 closed 7 years ago
For Atmega328, EEPROM is 1kbyte and in the code, _eepromPosition is unisgned char. Not enough if you put your data after 255
unisgned char
v2.0.0 is now technology agnostic (you provide the set and get state callbacks).
For Atmega328, EEPROM is 1kbyte and in the code, _eepromPosition is
unisgned char
. Not enough if you put your data after 255