mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Allow split uart pin inversion for ESP-IDF (#5831)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user