Skip to content

Commit e17c46d

Browse files
committed
Changed the number of LEDs.
1 parent f3f9621 commit e17c46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lexxpluss_main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class led_controller {
6464
i = i * percent / 100;
6565
fill(color);
6666
}
67-
static constexpr uint32_t NUM_LEDS{50};
67+
static constexpr uint32_t NUM_LEDS{57};
6868
CRGB led[NUM_LEDS];
6969
uint32_t counter{0};
7070
int32_t level{0};

0 commit comments

Comments
 (0)