From 0718a6d2651bf01d9bc214cee51d7dc23eca1296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:30:03 +0100 Subject: [PATCH] comment clarification Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- wled00/wled.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/wled.h b/wled00/wled.h index 73a4286d..222f23b3 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -470,7 +470,7 @@ WLED_GLOBAL bool arlsForceMaxBri _INIT(false); // enable to f #ifdef WLED_ENABLE_DMX #if defined(ESP8266) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S2) WLED_GLOBAL DMXESPSerial dmx; - #else //ESP32 + #else //ESP32 or ESP32-S3 WLED_GLOBAL SparkFunDMX dmx; #endif WLED_GLOBAL uint16_t e131ProxyUniverse _INIT(0); // output this E1.31 (sACN) / ArtNet universe via MAX485 (0 = disabled)