mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Added 'ledstrip_visual_beeper' feature.
Added build condition for LED strip related config option. Added 'ledstrip_visual_beeper' feature. Added build condition for LED strip related config option.
This commit is contained in:
parent
74cd38a77b
commit
d6e7ed3560
6 changed files with 37 additions and 1 deletions
|
@ -565,6 +565,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