changed multimaterial eeprom version

This commit is contained in:
PavelSindler 2017-07-19 17:05:36 +02:00
parent 63847b5b16
commit f2d34d4cd9
1 changed files with 1 additions and 1 deletions

View File

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