From c6f05cc406236505debb3290d864d872a9b72129 Mon Sep 17 00:00:00 2001 From: pszafer Date: Fri, 5 Apr 2024 20:17:40 +0200 Subject: [PATCH] fix modbus uart --- boneio-lights_v0_7.yaml | 2 +- devices_v0_7/uart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boneio-lights_v0_7.yaml b/boneio-lights_v0_7.yaml index 7a1cf53..f5b1020 100644 --- a/boneio-lights_v0_7.yaml +++ b/boneio-lights_v0_7.yaml @@ -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', ] diff --git a/devices_v0_7/uart.yaml b/devices_v0_7/uart.yaml index 8ec25b7..9f7c035 100644 --- a/devices_v0_7/uart.yaml +++ b/devices_v0_7/uart.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