mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +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
|
@ -1469,6 +1469,8 @@ static bool processInCommand(void)
|
|||
|
||||
mask = read8();
|
||||
ledConfig->xy |= CALCULATE_LED_Y(mask);
|
||||
|
||||
reevalulateLedConfig();
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue