Skip to content

Commit 5f93b8e

Browse files
authored
Add use_psram param description to esp32_rmt_led_strip.rst (#4266)
1 parent cd2b971 commit 5f93b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/light/esp32_rmt_led_strip.rst

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Configuration variables
5454
A time interval used to limit the number of commands a light can handle per second. For example
5555
16ms will limit the light to a refresh rate of about 60Hz. Defaults to sending commands as quickly as
5656
changes are made to the lights.
57+
- **use_psram** (*Optional*, boolean): Set to ``false`` to force internal RAM allocation even if you have the the PSRAM component enabled. This can be useful if you're experiencing issues like flickering with your leds strip. Defaults to ``true``.
5758

5859
- All other options from :ref:`Light <config-light>`.
5960

0 commit comments

Comments
 (0)