mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Ensure LED configuration is re-evaluated after changes to led
configuration are made via MSP.
This commit is contained in:
parent
a2628c59d5
commit
d2536e3792
3 changed files with 4 additions and 2 deletions
|
@ -337,7 +337,7 @@ void updateLedCount(void)
|
|||
}
|
||||
}
|
||||
|
||||
static void reevalulateLedConfig(void)
|
||||
void reevalulateLedConfig(void)
|
||||
{
|
||||
updateLedCount();
|
||||
determineLedStripDimensions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue