Only increase EEPROM version for DELTA printers.
This commit is contained in:
parent
8c98690e1d
commit
fcd8524b6e
@ -37,7 +37,11 @@ void _EEPROM_readData(int &pos, uint8_t* value, uint8_t size)
|
|||||||
// the default values are used whenever there is a change to the data, to prevent
|
// the default values are used whenever there is a change to the data, to prevent
|
||||||
// wrong data being written to the variables.
|
// wrong data being written to the variables.
|
||||||
// ALSO: always make sure the variables in the Store and retrieve sections are in the same order.
|
// ALSO: always make sure the variables in the Store and retrieve sections are in the same order.
|
||||||
|
#ifdef DELTA
|
||||||
#define EEPROM_VERSION "V11"
|
#define EEPROM_VERSION "V11"
|
||||||
|
#else
|
||||||
|
#define EEPROM_VERSION "V10"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef EEPROM_SETTINGS
|
#ifdef EEPROM_SETTINGS
|
||||||
void Config_StoreSettings()
|
void Config_StoreSettings()
|
||||||
|
Loading…
Reference in New Issue
Block a user