From 86f0f1d43b6f24a2c814bfe437d26c2a836ade27 Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Mon, 26 Aug 2024 10:12:26 +0200 Subject: [PATCH] Add WS2811 to esp32_rmt_led_strip --- components/light/esp32_rmt_led_strip.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/light/esp32_rmt_led_strip.rst b/components/light/esp32_rmt_led_strip.rst index cb19142449..fbd6343833 100644 --- a/components/light/esp32_rmt_led_strip.rst +++ b/components/light/esp32_rmt_led_strip.rst @@ -34,6 +34,7 @@ Configuration variables "ESP32-C3", "0, 1" - **chipset** (**Required**, enum): The chipset to apply known timings from. Not used if specifying the timings manually, see below. + - ``WS2811`` - ``WS2812`` - ``SK6812`` - ``APA106``