Browse Source

Update EEPROM_VERSION

And set EEPROM_OFFSET to 0, since the historical 100 skipped bytes are never used.
pull/1/head
Scott Lahteine 6 years ago
parent
commit
c40ea1f0fd
  1. 4
      Marlin/src/module/configuration_store.cpp

4
Marlin/src/module/configuration_store.cpp

@ -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.

Loading…
Cancel
Save