Update EEPROM_VERSION
And set EEPROM_OFFSET to 0, since the historical 100 skipped bytes are never used.
This commit is contained in:
parent
1358bd9319
commit
c40ea1f0fd
@ -37,8 +37,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Change EEPROM version if the structure changes
|
// Change EEPROM version if the structure changes
|
||||||
#define EEPROM_VERSION "V58"
|
#define EEPROM_VERSION "V59"
|
||||||
#define EEPROM_OFFSET 100
|
#define EEPROM_OFFSET 0
|
||||||
|
|
||||||
// Check the integrity of data offsets.
|
// Check the integrity of data offsets.
|
||||||
// Can be disabled for production build.
|
// Can be disabled for production build.
|
||||||
|
Loading…
Reference in New Issue
Block a user