arduino-esp32/libraries/EEPROM/examples
Hideaki Tai 02c3ec01cc
remove _user_defined_size from EEPROM (#5775)
Summary

Related to the issue #5773 and #2280.

_user_defined_size is removed from EEPROMClass because it is redundant in the current code
EEPROMClass::length() returns _size that is the true available size of EEPROM
Impact

_user_defined_size is removed from EEPROMClass
EEPROMClass::length() returns _size that is the true available size of EEPROM
2021-10-25 09:15:47 +03:00
..
eeprom_class remove _user_defined_size from EEPROM (#5775) 2021-10-25 09:15:47 +03:00
eeprom_extra allow the examples to build in a more strict env (#3299) 2019-09-29 23:47:02 +03:00
eeprom_write EEPROM_library_ported_Partition_table_updated (#535) 2017-08-01 12:51:38 +03:00