mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
fix modbus uart
This commit is contained in:
@@ -37,7 +37,7 @@ packages:
|
||||
'devices/lm75b.yaml',
|
||||
'devices/one_wire.yaml',
|
||||
'devices_v0_7/pcf.yaml',
|
||||
'devices/uart_v_0_7.yaml',
|
||||
'devices_v0_7/uart.yaml',
|
||||
'boards_v_0_7/32x10_outputs.yaml',
|
||||
]
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
uart:
|
||||
id: uart_pin3_1
|
||||
rx_pin: GPIO3
|
||||
tx_pin: GPIO1
|
||||
rx_pin: GPIO14
|
||||
tx_pin: GPIO15
|
||||
baud_rate: 9600
|
||||
stop_bits: 1
|
||||
|
||||
Reference in New Issue
Block a user