increment EEPROM_CONF_VERSION

This commit is contained in:
Johannes Kasberger 2014-04-07 23:07:51 +02:00
parent 74a54d81dd
commit 99ff409783
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ master_t mcfg; // master config struct with data independent from profiles
config_t cfg; // profile config struct config_t cfg; // profile config struct
const char rcChannelLetters[] = "AERT1234"; const char rcChannelLetters[] = "AERT1234";
static const uint8_t EEPROM_CONF_VERSION = 60; static const uint8_t EEPROM_CONF_VERSION = 61;
static uint32_t enabledSensors = 0; static uint32_t enabledSensors = 0;
static void resetConf(void); static void resetConf(void);