mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Merge pull request #1419 from mikeller/ledstrip_hue_overlay_cli_fix
Enable using of any RC channel to set the color hue modifier.
This commit is contained in:
commit
f17895db30
7 changed files with 24 additions and 5 deletions
|
@ -672,6 +672,7 @@ void createDefaultConfig(master_t *config)
|
|||
applyDefaultModeColors(config->modeColors);
|
||||
applyDefaultSpecialColors(&(config->specialColors));
|
||||
config->ledstrip_visual_beeper = 0;
|
||||
config->ledstrip_aux_channel = THROTTLE;
|
||||
#endif
|
||||
|
||||
#ifdef VTX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue