1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Allow split uart pin inversion for ESP-IDF (#5831)

This commit is contained in:
Clyde Stubbs
2023-11-25 14:56:32 +11:00
committed by GitHub
parent 636ee2b597
commit c43518c391
2 changed files with 5 additions and 2 deletions

View File

@@ -41,7 +41,9 @@ uart:
rx_pin: 3
baud_rate: 9600
- id: uart_2
tx_pin: 17
tx_pin:
number: 17
inverted: true
rx_pin: 16
baud_rate: 19200