srwi / FastLEDHub

Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.
GNU Lesser General Public License v2.1
56 stars 3 forks source link

ESP8266 Crashes with 256 LEDs #2

Closed jamesmendel closed 3 years ago

jamesmendel commented 3 years ago

In: https://github.com/stnkl/FastLEDManager/blob/1f2515761246a01832a0cc2bddc1dc267d8a76ce/Hardware.cpp#L59

Use uint16_t to fix this issue.

(sorry, I'm a noob wit Git; I think I'm supposed to do a pull request... but not certain :D)

srwi commented 3 years ago

Awesome find! Sorry for the late reply. Your fix will be available once FastLEDManager has been converted into a library (#3). It will then be available via the Arduino library manager.