ArtNet to WS2812 Pixel LED driver : Using Wemos D1 (arduino-esp8266)

Hello ColF

You need to read the universe size from the packet, and use that to determine how many bytes you output, In general a universe is 512 bytes, but WS2812 uses 3 bytes, 512 is NOT divisible by 3, so you need to stop at 510 bytes and then do the next universe