m5stack / M5Atom

M5Stack Atom Arduino Library
MIT License
228 stars 72 forks source link

Fix _ledbuff init #20

Closed tanakamasayuki closed 4 years ago

tanakamasayuki commented 4 years ago

define NUM_LEDS 25

CRGB _ledbuff[NUM_LEDS];

index 0-24 Now it's a memory overrun.