From 18b33df5a4b1f11ab8f2af5e0adf0f4b615aa84b Mon Sep 17 00:00:00 2001 From: Troy <5659019+troyhacks@users.noreply.github.com> Date: Wed, 16 Apr 2025 14:34:57 -0400 Subject: [PATCH] Use "start universe" from Sync Setup for Art-Net output start universe. --- wled00/udp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/udp.cpp b/wled00/udp.cpp index 751ec15d..3fc630e9 100644 --- a/wled00/udp.cpp +++ b/wled00/udp.cpp @@ -911,7 +911,7 @@ uint8_t IRAM_ATTR_YN realtimeBroadcast(uint8_t type, IPAddress client, uint16_t const uint_fast16_t ARTNET_CHANNELS_PER_PACKET = isRGBW?512:510; // 512/4=128 RGBW LEDs, 510/3=170 RGB LEDs uint_fast16_t bufferOffset = 0; - uint_fast16_t hardware_output_universe = 0; + uint_fast16_t hardware_output_universe = e131Universe; // start at the universe defined in Sync Setup sequenceNumber++;