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 49221fc commit bd05ecaCopy full SHA for bd05eca
1 file changed
variants/xiao_nrf52/platformio.ini
@@ -72,11 +72,11 @@ build_flags =
72
-I examples/companion_radio/ui-orig
73
-D MAX_CONTACTS=350
74
-D MAX_GROUP_CHANNELS=40
75
+ -D OFFLINE_QUEUE_SIZE=256
76
-D QSPIFLASH=1
77
; -D MESH_PACKET_LOGGING=1
78
; -D MESH_DEBUG=1
79
build_src_filter = ${Xiao_nrf52.build_src_filter}
- +<helpers/nrf52/SerialBLEInterface.cpp>
80
+<../examples/companion_radio/*.cpp>
81
+<../examples/companion_radio/ui-orig/*.cpp>
82
lib_deps =
@@ -117,4 +117,4 @@ build_flags =
117
118
+<../examples/kiss_modem/*.cpp>
119
120
- ${Xiao_nrf52.lib_deps}
+ ${Xiao_nrf52.lib_deps}
0 commit comments