mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
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
This commit is contained in:
parent
3dd6dc02ea
commit
838e83b3b5
1 changed files with 3 additions and 2 deletions
|
|
@ -65,8 +65,9 @@ lib_deps =
|
|||
; -D ADMIN_PASSWORD='"password"'
|
||||
; -D MAX_NEIGHBOURS=50
|
||||
; -D WITH_RS232_BRIDGE=Serial2
|
||||
; -D WITH_RS232_BRIDGE_RX=5
|
||||
; -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
|
||||
; -D WITH_RS232_BRIDGE_TX=4
|
||||
; -D BRIDGE_DEBUG=1
|
||||
; ; -D MESH_PACKET_LOGGING=1
|
||||
; ; -D MESH_DEBUG=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue