Use "start universe" from Sync Setup for Art-Net output start universe.

This commit is contained in:
Troy
2025-04-16 14:34:57 -04:00
parent 528b47ae50
commit 18b33df5a4

View File

@@ -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++;