Update EEPROM_VERSION

And set EEPROM_OFFSET to 0, since the historical 100 skipped bytes are never used.
This commit is contained in:
Scott Lahteine 2018-10-03 11:34:34 -05:00
parent 1358bd9319
commit c40ea1f0fd

View File

@ -37,8 +37,8 @@
*/
// Change EEPROM version if the structure changes
#define EEPROM_VERSION "V58"
#define EEPROM_OFFSET 100
#define EEPROM_VERSION "V59"
#define EEPROM_OFFSET 0
// Check the integrity of data offsets.
// Can be disabled for production build.