diff --git a/lexxpluss_main.cpp b/lexxpluss_main.cpp index 4d46cc6..fdef508 100644 --- a/lexxpluss_main.cpp +++ b/lexxpluss_main.cpp @@ -64,7 +64,7 @@ class led_controller { i = i * percent / 100; fill(color); } - static constexpr uint32_t NUM_LEDS{60}; + static constexpr uint32_t NUM_LEDS{50}; CRGB led[NUM_LEDS]; uint32_t counter{0}; int32_t level{0};