Pārlūkot izejas kodu

Update EEPROM_VERSION

And set EEPROM_OFFSET to 0, since the historical 100 skipped bytes are never used.
Scott Lahteine 6 gadus atpakaļ
vecāks
revīzija
c40ea1f0fd
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      Marlin/src/module/configuration_store.cpp

+ 2
- 2
Marlin/src/module/configuration_store.cpp Parādīt failu

@@ -37,8 +37,8 @@
37 37
  */
38 38
 
39 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 43
 // Check the integrity of data offsets.
44 44
 // Can be disabled for production build.

Notiek ielāde…
Atcelt
Saglabāt