Skip to content

Commit 18b33df

Browse files
committed
Use "start universe" from Sync Setup for Art-Net output start universe.
1 parent 528b47a commit 18b33df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wled00/udp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ uint8_t IRAM_ATTR_YN realtimeBroadcast(uint8_t type, IPAddress client, uint16_t
911911
const uint_fast16_t ARTNET_CHANNELS_PER_PACKET = isRGBW?512:510; // 512/4=128 RGBW LEDs, 510/3=170 RGB LEDs
912912

913913
uint_fast16_t bufferOffset = 0;
914-
uint_fast16_t hardware_output_universe = 0;
914+
uint_fast16_t hardware_output_universe = e131Universe; // start at the universe defined in Sync Setup
915915

916916
sequenceNumber++;
917917

0 commit comments

Comments
 (0)