1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 23:05:19 +03:00

Merge pull request #737 from gaelj/Betaflight_LED_strip

Betaflight led strip resubmit
This commit is contained in:
borisbstyle 2016-07-16 10:33:55 +02:00 committed by GitHub
commit adb5988b89
14 changed files with 1136 additions and 830 deletions

View file

@ -615,8 +615,10 @@ static void resetConf(void)
}
#ifdef LED_STRIP
applyDefaultColors(masterConfig.colors, CONFIGURABLE_COLOR_COUNT);
applyDefaultColors(masterConfig.colors);
applyDefaultLedStripConfig(masterConfig.ledConfigs);
applyDefaultModeColors(masterConfig.modeColors);
applyDefaultSpecialColors(&(masterConfig.specialColors));
masterConfig.ledstrip_visual_beeper = 0;
#endif