update documentation for esp32_can (#4199)

This commit is contained in:
Mariusz Kryński 2024-08-30 01:43:49 +02:00 committed by GitHub
parent 30637b18e9
commit 24bfb50ca2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,8 @@ Configuration variables:
- **rx_pin** (**Required**, :ref:`Pin <config-pin>`): Receive pin.
- **tx_pin** (**Required**, :ref:`Pin <config-pin>`): Transmit pin.
- **rx_queue_len** (**Optional**, int): Length of RX queue.
- **tx_queue_len** (**Optional**, int): Length of TX queue, 0 to disable.
- All other options from :ref:`Canbus <config-canbus>`.
.. _esp32-can-bit-rate: