mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Update ledstrip.c
Fixed 5828 so it does not fall directly on B6.
This commit is contained in:
parent
09cbe88a38
commit
c1763bc0cb
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ static void applyLedVtxLayer(bool updateNow, timeUs_t *timer)
|
|||
color = HSV(ORANGE);
|
||||
} else if (frequency <= 5789) {
|
||||
color = HSV(YELLOW);
|
||||
} else if (frequency <= 5828) {
|
||||
} else if (frequency <= 5829) {
|
||||
color = HSV(GREEN);
|
||||
} else if (frequency <= 5867) {
|
||||
color = HSV(BLUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue