From 65c166353867f0723c6a1df4d74663ade4f32d77 Mon Sep 17 00:00:00 2001 From: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Date: Tue, 24 Dec 2024 04:15:47 -0500 Subject: [PATCH] [esp32_rmt] IDF 5+ update fixes (#4531) Co-authored-by: Jonathan Swoboda --- components/remote_transmitter.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/remote_transmitter.rst b/components/remote_transmitter.rst index 83dd8e0188..4781611abf 100644 --- a/components/remote_transmitter.rst +++ b/components/remote_transmitter.rst @@ -59,6 +59,8 @@ ESP32 IDF configuration variables: - **clock_resolution** (*Optional*, int): The clock resolution used by the RMT peripheral in hz. Defaults to ``1000000``. - **one_wire** (*Optional*, boolean): Allows the GPIO to be used as both a transmitter and receiver. - **use_dma** (*Optional*, boolean): Enable DMA on variants that support it. +- **eot_level** (*Optional*, boolean): Overrides the default end of transmit level. Defaults to ``false`` unless ``one_wire`` + mode is ``true`` or ``pin`` is inverted. ESP32 Arduino configuration variables: **************************************