Переглянути джерело

Update EEPROM_VERSION

And set EEPROM_OFFSET to 0, since the historical 100 skipped bytes are never used.
Scott Lahteine 6 роки тому
джерело
коміт
c40ea1f0fd
1 змінених файлів з 2 додано та 2 видалено
  1. 2
    2
      Marlin/src/module/configuration_store.cpp

+ 2
- 2
Marlin/src/module/configuration_store.cpp Переглянути файл

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

Завантаження…
Відмінити
Зберегти