Skip to content

Commit 838e83b

Browse files
committed
xiao_s3: relocate serial pins on repeater_bridge_rs232
* conflicts with i2c pins that are documented on the same pins * this is a commented target
1 parent 3dd6dc0 commit 838e83b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

variants/xiao_s3_wio/platformio.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ lib_deps =
6565
; -D ADMIN_PASSWORD='"password"'
6666
; -D MAX_NEIGHBOURS=50
6767
; -D WITH_RS232_BRIDGE=Serial2
68-
; -D WITH_RS232_BRIDGE_RX=5
69-
; -D WITH_RS232_BRIDGE_TX=6
68+
; RS232 bridge Pins have been relocated from 5,6 which is the i2c bus on xiao_s3
69+
; -D WITH_RS232_BRIDGE_RX=3
70+
; -D WITH_RS232_BRIDGE_TX=4
7071
; -D BRIDGE_DEBUG=1
7172
; ; -D MESH_PACKET_LOGGING=1
7273
; ; -D MESH_DEBUG=1

0 commit comments

Comments
 (0)