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

changed feature to set variable

This commit is contained in:
Johannes Kasberger 2014-04-15 14:26:02 +02:00
parent 5377b39f36
commit 385c4387b7
5 changed files with 6 additions and 4 deletions

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 = 62;
static const uint8_t EEPROM_CONF_VERSION = 63;
static uint32_t enabledSensors = 0;
static void resetConf(void);
@ -228,6 +228,7 @@ static void resetConf(void)
mcfg.softserial_1_inverted = 0;
mcfg.softserial_2_inverted = 0;
mcfg.looptime = 3500;
mcfg.emfAvoidance = 0;
mcfg.rssi_aux_channel = 0;
cfg.pidController = 0;