diff --git a/src/config.c b/src/config.c index 90353446ba..fc0af99166 100755 --- a/src/config.c +++ b/src/config.c @@ -13,7 +13,7 @@ master_t mcfg; // master config struct with data independent from profiles config_t cfg; // profile config struct 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 void resetConf(void);