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:39 +01:00 committed by GitHub
parent 6853b08c13
commit a8e12f5c5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,7 +131,7 @@ public:
}
void onAfterTransmit() override {
for (byte i = 2; i <= 6; i++) {
for (byte i = 2; i < NEOPIXEL_NUM; i++) {
pixels.setPixelColor(i, pixels.Color(0, 0, 0));
}
pixels.show();