We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f9621 commit e17c46dCopy full SHA for e17c46d
lexxpluss_main.cpp
@@ -64,7 +64,7 @@ class led_controller {
64
i = i * percent / 100;
65
fill(color);
66
}
67
- static constexpr uint32_t NUM_LEDS{50};
+ static constexpr uint32_t NUM_LEDS{57};
68
CRGB led[NUM_LEDS];
69
uint32_t counter{0};
70
int32_t level{0};
0 commit comments