浏览代码

changed multimaterial eeprom version

PavelSindler 7 年之前
父节点
当前提交
f2d34d4cd9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Firmware/ConfigurationStore.cpp

+ 1 - 1
Firmware/ConfigurationStore.cpp

@@ -44,7 +44,7 @@ void _EEPROM_readData(int &pos, uint8_t* value, uint8_t size)
 // ALSO:  always make sure the variables in the Store and retrieve sections are in the same order.
 
 #ifdef SNMM
-	#define EEPROM_VERSION "V1M"
+	#define EEPROM_VERSION "M1"
 #else
 	#define EEPROM_VERSION "V1"
 #endif