Update variants/radiomaster_900_bandit/BanditBoard.h

Co-authored-by: Wessel <wessel@weebl.me>
This commit is contained in:
Michael Gjelsø 2026-03-05 14:36:27 +01:00 committed by GitHub
parent 64151d5ddb
commit 6853b08c13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,7 +124,7 @@ public:
void onBeforeTransmit() override {
// Use user-defined TX LED color
for (byte i = 2; i <= 6; i++) {
for (byte i = 2; i < NEOPIXEL_NUM; i++) {
pixels.setPixelColor(i, pixels.Color(TX_LED_RED, TX_LED_GREEN, TX_LED_BLUE));
}
pixels.show();