We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd6dc0 commit 838e83bCopy full SHA for 838e83b
variants/xiao_s3_wio/platformio.ini
@@ -65,8 +65,9 @@ lib_deps =
65
; -D ADMIN_PASSWORD='"password"'
66
; -D MAX_NEIGHBOURS=50
67
; -D WITH_RS232_BRIDGE=Serial2
68
-; -D WITH_RS232_BRIDGE_RX=5
69
-; -D WITH_RS232_BRIDGE_TX=6
+; RS232 bridge Pins have been relocated from 5,6 which is the i2c bus on xiao_s3
+; -D WITH_RS232_BRIDGE_RX=3
70
+; -D WITH_RS232_BRIDGE_TX=4
71
; -D BRIDGE_DEBUG=1
72
; ; -D MESH_PACKET_LOGGING=1
73
; ; -D MESH_DEBUG=1
0 commit comments