mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Selectively turning on/off the beeper through CLI
This commit is contained in:
parent
c6f5b98a79
commit
09e7a01b2c
8 changed files with 82 additions and 15 deletions
|
@ -363,6 +363,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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue