mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Update examples/companion_radio/ui-new/UITask.cpp
Co-authored-by: Wessel <wessel@weebl.me>
This commit is contained in:
parent
4d80a4e721
commit
8f3012bdbd
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ void UITask::neopixelMsgHandler() {
|
|||
if (neopixel_brightness > 0) {
|
||||
neopixel_brightness = 0;
|
||||
neopixel_brightness_increasing = true;
|
||||
for (int i = 2; i <= 6; i++) {
|
||||
for (int 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