Closed tanakamasayuki closed 4 years ago
CRGB _ledbuff[NUM_LEDS];
index 0-24 Now it's a memory overrun.
define NUM_LEDS 25
CRGB _ledbuff[NUM_LEDS];
index 0-24 Now it's a memory overrun.