mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-02 18:06:51 +02:00
Add documentation for deassert_rts_dtr option (#1348)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
e4c69db866
commit
069b0c05a2
@ -40,6 +40,10 @@ Advanced settings:
|
||||
- **on_message** (*Optional*, :ref:`Automation <automation>`): An action to be
|
||||
performed when a message is to be logged. The variables ``int level``, ``const char* tag`` and
|
||||
``const char* message`` are available for lambda processing.
|
||||
- **deassert_rts_dtr** (*Optional*, boolean): Deasserts RTS/DTR when opening
|
||||
log over UART. This is useful if RTS/DTR signals are directly connected to
|
||||
the reset pin or strapping pins. Note: Deassert typically means high on TTL
|
||||
level since RTS/DTR are usually low active signals. Defaults to ``false``.
|
||||
|
||||
.. _logger-hardware_uarts:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user