Browse Source

Fix EEPROM checksum bug

Addressing #12048
pull/1/head
Scott Lahteine 6 years ago
parent
commit
9b5c1a5e77
  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 "V60"
#define EEPROM_OFFSET 0
#define EEPROM_VERSION "V61"
#define EEPROM_OFFSET 100
// Check the integrity of data offsets.
// Can be disabled for production build.

Loading…
Cancel
Save