mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Merge pull request #357 from mikeller/ledstrip_visual_beeper
Added 'ledstrip_visual_beeper' option.
This commit is contained in:
commit
81df1ddda0
6 changed files with 37 additions and 1 deletions
|
@ -564,6 +564,7 @@ static void resetConf(void)
|
|||
#ifdef LED_STRIP
|
||||
applyDefaultColors(masterConfig.colors, CONFIGURABLE_COLOR_COUNT);
|
||||
applyDefaultLedStripConfig(masterConfig.ledConfigs);
|
||||
masterConfig.ledstrip_visual_beeper = 0;
|
||||
#endif
|
||||
|
||||
#ifdef SPRACINGF3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue