Skip to content

Commit bd05eca

Browse files
authored
Add OFFLINE_QUEUE_SIZE=256 for xiao nrf52 companion usb
1 parent 49221fc commit bd05eca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

variants/xiao_nrf52/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ build_flags =
7272
-I examples/companion_radio/ui-orig
7373
-D MAX_CONTACTS=350
7474
-D MAX_GROUP_CHANNELS=40
75+
-D OFFLINE_QUEUE_SIZE=256
7576
-D QSPIFLASH=1
7677
; -D MESH_PACKET_LOGGING=1
7778
; -D MESH_DEBUG=1
7879
build_src_filter = ${Xiao_nrf52.build_src_filter}
79-
+<helpers/nrf52/SerialBLEInterface.cpp>
8080
+<../examples/companion_radio/*.cpp>
8181
+<../examples/companion_radio/ui-orig/*.cpp>
8282
lib_deps =
@@ -117,4 +117,4 @@ build_flags =
117117
build_src_filter = ${Xiao_nrf52.build_src_filter}
118118
+<../examples/kiss_modem/*.cpp>
119119
lib_deps =
120-
${Xiao_nrf52.lib_deps}
120+
${Xiao_nrf52.lib_deps}

0 commit comments

Comments
 (0)