1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Merge remote-tracking branch 'Pierre-A/CLI_beeper_off' into betaflight

This commit is contained in:
borisbstyle 2015-09-29 12:21:18 +02:00
commit babab7aa4e
8 changed files with 82 additions and 15 deletions

View file

@ -361,6 +361,7 @@ static void resetConf(void)
setProfile(0);
setControlRateProfile(0);
masterConfig.beeper_off.flags = BEEPER_OFF_FLAGS_MIN;
masterConfig.version = EEPROM_CONF_VERSION;
masterConfig.mixerMode = MIXER_QUADX;
featureClearAll();