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: **************************************