comment about NodeMCU in example configs

This commit is contained in:
GrKoR
2022-07-15 16:39:45 +03:00
parent 75fa2cf95c
commit dc369ca676
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ web_server:
# UART0 configuration for AUX air conditioner communication
uart:
id: ac_uart_bus
# ATTENTION! Use GPIO4 (D2) and GPIO5 (D1) as the TX and RX for NodeMCU-like boards!
tx_pin: GPIO1
rx_pin: GPIO3
baud_rate: 4800

View File

@@ -34,6 +34,7 @@ ota:
# UART0 configuration for AUX air conditioner communication
uart:
id: ac_uart_bus
# ATTENTION! Use GPIO4 (D2) and GPIO5 (D1) as the TX and RX for NodeMCU-like boards!
tx_pin: GPIO1
rx_pin: GPIO3
baud_rate: 4800