1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Allow UART debug configuration with no after: definition (#2753)

This commit is contained in:
Maurice Makaay
2021-11-18 22:41:26 +01:00
committed by GitHub
parent 448e1690aa
commit 9e1c3e8f01
2 changed files with 13 additions and 3 deletions

View File

@@ -39,6 +39,12 @@ uart:
tx_pin: GPIO22
rx_pin: GPIO23
baud_rate: 115200
# Specifically added for testing debug with no after: definition.
debug:
dummy_receiver: false
direction: rx
sequence:
- lambda: UARTDebug::log_hex(direction, bytes, ':');
ota:
safe_mode: True