mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-07 12:07:04 +03:00
comment about NodeMCU in example configs
This commit is contained in:
@@ -47,6 +47,7 @@ web_server:
|
|||||||
# UART0 configuration for AUX air conditioner communication
|
# UART0 configuration for AUX air conditioner communication
|
||||||
uart:
|
uart:
|
||||||
id: ac_uart_bus
|
id: ac_uart_bus
|
||||||
|
# ATTENTION! Use GPIO4 (D2) and GPIO5 (D1) as the TX and RX for NodeMCU-like boards!
|
||||||
tx_pin: GPIO1
|
tx_pin: GPIO1
|
||||||
rx_pin: GPIO3
|
rx_pin: GPIO3
|
||||||
baud_rate: 4800
|
baud_rate: 4800
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ ota:
|
|||||||
# UART0 configuration for AUX air conditioner communication
|
# UART0 configuration for AUX air conditioner communication
|
||||||
uart:
|
uart:
|
||||||
id: ac_uart_bus
|
id: ac_uart_bus
|
||||||
|
# ATTENTION! Use GPIO4 (D2) and GPIO5 (D1) as the TX and RX for NodeMCU-like boards!
|
||||||
tx_pin: GPIO1
|
tx_pin: GPIO1
|
||||||
rx_pin: GPIO3
|
rx_pin: GPIO3
|
||||||
baud_rate: 4800
|
baud_rate: 4800
|
||||||
|
|||||||
Reference in New Issue
Block a user