mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-06 03:26:56 +03:00
NodeMCU UART connection described
This commit is contained in:
@@ -49,6 +49,8 @@ external_components:
|
||||
```yaml
|
||||
uart:
|
||||
id: ac_uart_bus
|
||||
# ATTENTION! For TX and RX use GPIO4 (D2) and GPIO5 (D1) for NodeMCU-like boards!
|
||||
# See docs for details: https://github.com/GrKoR/esphome_aux_ac_component/blob/master/docs/HARDWARE-EN.md
|
||||
tx_pin: GPIO1
|
||||
rx_pin: GPIO3
|
||||
baud_rate: 4800
|
||||
|
||||
Reference in New Issue
Block a user