From f2d34d4cd9c9b510def741f1eec22293cbab4a24 Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Wed, 19 Jul 2017 17:05:36 +0200 Subject: [PATCH] changed multimaterial eeprom version --- Firmware/ConfigurationStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/ConfigurationStore.cpp b/Firmware/ConfigurationStore.cpp index 437836941..b4e58831a 100644 --- a/Firmware/ConfigurationStore.cpp +++ b/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