1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00

Revert "Betaflight led strip resubmit"

This commit is contained in:
borisbstyle 2016-07-16 11:24:05 +02:00 committed by GitHub
parent a5a0024fbd
commit 63c7ae18ff
14 changed files with 809 additions and 1115 deletions

View file

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