fix modbus uart

This commit is contained in:
pszafer
2024-04-05 20:17:40 +02:00
parent 7550791f43
commit c6f05cc406
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ packages:
'devices/lm75b.yaml', 'devices/lm75b.yaml',
'devices/one_wire.yaml', 'devices/one_wire.yaml',
'devices_v0_7/pcf.yaml', 'devices_v0_7/pcf.yaml',
'devices/uart_v_0_7.yaml', 'devices_v0_7/uart.yaml',
'boards_v_0_7/32x10_outputs.yaml', 'boards_v_0_7/32x10_outputs.yaml',
] ]

View File

@@ -1,6 +1,6 @@
uart: uart:
id: uart_pin3_1 id: uart_pin3_1
rx_pin: GPIO3 rx_pin: GPIO14
tx_pin: GPIO1 tx_pin: GPIO15
baud_rate: 9600 baud_rate: 9600
stop_bits: 1 stop_bits: 1