MoonModules / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! MoonModules adds features on top of upstream.
https://mm.kno.wled.ge
European Union Public License 1.2
228 stars 70 forks source link

"Unfixing" an optimization to the Art-Net header #34

Closed troyhacks closed 1 year ago

troyhacks commented 1 year ago

An optimization done upstream/AC caused the Art-Net header to be sent over and over in Art-Net packets rather than the actual color data.

I assume this patch has the same intended effect as the original optimization, but without borking it?