Snipercaine / Holiday-LED-files

Home Assistant config.yaml and Arduino sketch for Addressable LEDs
75 stars 60 forks source link

fix crash due to unaligned memory access #25

Open bikemike opened 5 years ago

bikemike commented 5 years ago

The palettes need to be 4 byte aligned or will cause a crash when they are read into memory.

This is a workaround for a FastLED issue on ESP8266.

I created an issue in the FastLED repo:

https://github.com/FastLED/FastLED/issues/696