mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Update variants/radiomaster_900_bandit/BanditBoard.h
Co-authored-by: Wessel <wessel@weebl.me>
This commit is contained in:
parent
64151d5ddb
commit
6853b08c13
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ public:
|
||||||
|
|
||||||
void onBeforeTransmit() override {
|
void onBeforeTransmit() override {
|
||||||
// Use user-defined TX LED color
|
// 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.setPixelColor(i, pixels.Color(TX_LED_RED, TX_LED_GREEN, TX_LED_BLUE));
|
||||||
}
|
}
|
||||||
pixels.show();
|
pixels.show();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue