1
0
Fork 0
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:
Jahnkeanater 2017-10-13 15:22:52 -05:00 committed by GitHub
parent 09cbe88a38
commit c1763bc0cb

View file

@ -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);