File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ build_flags =
207207 -I examples/companion_radio/ui-new
208208 -D MAX_CONTACTS =350
209209 -D MAX_GROUP_CHANNELS =40
210+ -D OFFLINE_QUEUE_SIZE =256
210211 -D DISPLAY_CLASS =SSD1306Display
211212 -D WIFI_DEBUG_LOGGING =1
212213 -D WIFI_SSID =' "myssid"'
@@ -370,6 +371,7 @@ build_flags =
370371 -I examples/companion_radio/ui-new
371372 -D MAX_CONTACTS =350
372373 -D MAX_GROUP_CHANNELS =40
374+ -D OFFLINE_QUEUE_SIZE =256
373375 -D DISPLAY_CLASS =ST7789LCDDisplay
374376 -D WIFI_DEBUG_LOGGING =1
375377 -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