ソースを参照

Fix EEPROM checksum bug

Addressing #12048
Scott Lahteine 7年前
コミット
9b5c1a5e77
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 "V60"
41
-#define EEPROM_OFFSET 0
40
+#define EEPROM_VERSION "V61"
41
+#define EEPROM_OFFSET 100
42 42
 
43 43
 // Check the integrity of data offsets.
44 44
 // Can be disabled for production build.

読み込み中…
キャンセル
保存