Skip to content

Commit 7613b94

Browse files
author
Scott Powell
committed
* Xiao_nRF and Xiao_rp2040 build fixes
1 parent 76a53bf commit 7613b94

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

variants/xiao_nrf52/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ build_flags =
6868
; -D MESH_DEBUG=1
6969
build_src_filter = ${Xiao_nrf52.build_src_filter}
7070
+<helpers/nrf52/SerialBLEInterface.cpp>
71-
+<../examples/companion_radio>
71+
+<../examples/companion_radio/*.cpp>
7272
lib_deps =
7373
${Xiao_nrf52.lib_deps}
7474
densaugeo/base64 @ ~1.4.0
@@ -83,7 +83,7 @@ build_flags =
8383
; -D MESH_DEBUG=1
8484
build_src_filter = ${Xiao_nrf52.build_src_filter}
8585
+<helpers/nrf52/SerialBLEInterface.cpp>
86-
+<../examples/companion_radio>
86+
+<../examples/companion_radio/*.cpp>
8787
lib_deps =
8888
${Xiao_nrf52.lib_deps}
8989
densaugeo/base64 @ ~1.4.0

variants/xiao_rp2040/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ build_flags = ${Xiao_rp2040.build_flags}
5858
; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
5959
; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
6060
build_src_filter = ${Xiao_rp2040.build_src_filter}
61-
+<../examples/companion_radio>
61+
+<../examples/companion_radio/*.cpp>
6262
lib_deps = ${Xiao_rp2040.lib_deps}
6363
densaugeo/base64 @ ~1.4.0
6464

@@ -72,7 +72,7 @@ lib_deps = ${Xiao_rp2040.lib_deps}
7272
; ; -D MESH_PACKET_LOGGING=1
7373
; ; -D MESH_DEBUG=1
7474
; build_src_filter = ${Xiao_rp2040.build_src_filter}
75-
; +<../examples/companion_radio>
75+
; +<../examples/companion_radio/*.cpp>
7676
; lib_deps = ${Xiao_rp2040.lib_deps}
7777
; densaugeo/base64 @ ~1.4.0
7878

@@ -87,7 +87,7 @@ lib_deps = ${Xiao_rp2040.lib_deps}
8787
; ; -D MESH_PACKET_LOGGING=1
8888
; ; -D MESH_DEBUG=1
8989
; build_src_filter = ${Xiao_rp2040.build_src_filter}
90-
; +<../examples/companion_radio>
90+
; +<../examples/companion_radio/*.cpp>
9191
; lib_deps = ${Xiao_rp2040.lib_deps}
9292
; densaugeo/base64 @ ~1.4.0
9393

0 commit comments

Comments
 (0)