1
0
Fork 0
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:
Michael Keller 2016-11-04 16:29:16 +13:00 committed by GitHub
commit f17895db30
7 changed files with 24 additions and 5 deletions

View file

@ -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