1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Expand uart invert feature to ESP8266 (#1727)

This commit is contained in:
Leon Loopik
2021-12-01 20:31:04 +01:00
committed by GitHub
parent fbe1bca1b9
commit 11330af05f
3 changed files with 23 additions and 1 deletions

View File

@@ -227,7 +227,9 @@ spi:
uart:
- id: uart1
tx_pin: GPIO1
tx_pin:
number: GPIO1
inverted: yes
rx_pin: GPIO3
baud_rate: 115200
- id: uart2