Browse Source

Update EEPROM_VERSION

And set EEPROM_OFFSET to 0, since the historical 100 skipped bytes are never used.
Scott Lahteine 6 years ago
parent
commit
c40ea1f0fd
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/module/configuration_store.cpp

+ 2
- 2
Marlin/src/module/configuration_store.cpp View File

37
  */
37
  */
38
 
38
 
39
 // Change EEPROM version if the structure changes
39
 // Change EEPROM version if the structure changes
40
-#define EEPROM_VERSION "V58"
41
-#define EEPROM_OFFSET 100
40
+#define EEPROM_VERSION "V59"
41
+#define EEPROM_OFFSET 0
42
 
42
 
43
 // Check the integrity of data offsets.
43
 // Check the integrity of data offsets.
44
 // Can be disabled for production build.
44
 // Can be disabled for production build.

Loading…
Cancel
Save