When I try to set
const int ledsPerStrip = 160;
const byte numStrips= 8;
Artnet does not work. I see the test colors flashing on each of the 8 strips, but artnet does not seem to be processed. No output appears on any strip.
When I set
const int ledsPerStrip = 160;
const byte numStrips= 1...