1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

increment EEPROM_CONF_VERSION

This commit is contained in:
Johannes Kasberger 2014-04-07 23:07:51 +02:00
parent 74a54d81dd
commit 99ff409783

View file

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