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
6853b08c13
commit
a8e12f5c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue