File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ build_flags =
206206 -I examples/companion_radio/ui-new
207207 -D MAX_CONTACTS =350
208208 -D MAX_GROUP_CHANNELS =40
209+ -D OFFLINE_QUEUE_SIZE =256
209210 -D DISPLAY_CLASS =SSD1306Display
210211 -D WIFI_DEBUG_LOGGING =1
211212 -D WIFI_SSID =' "myssid"'
@@ -369,6 +370,7 @@ build_flags =
369370 -I examples/companion_radio/ui-new
370371 -D MAX_CONTACTS =350
371372 -D MAX_GROUP_CHANNELS =40
373+ -D OFFLINE_QUEUE_SIZE =256
372374 -D DISPLAY_CLASS =ST7789LCDDisplay
373375 -D WIFI_DEBUG_LOGGING =1
374376 -D WIFI_SSID =' "myssid"'
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ build_flags =
154154 -I examples/companion_radio/ui-new
155155 -D MAX_CONTACTS =350
156156 -D MAX_GROUP_CHANNELS =40
157+ -D OFFLINE_QUEUE_SIZE =256
157158 -D WIFI_DEBUG_LOGGING =1
158159 -D WIFI_SSID =' "myssid"'
159160 -D WIFI_PWD =' "mypwd"'
You can’t perform that action at this time.
0 commit comments