File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ extends = Heltec_t114_with_display
161161build_flags =
162162 ${Heltec_t114_with_display.build_flags}
163163 -I examples/companion_radio/ui-new
164- -D MAX_CONTACTS =100
165- -D MAX_GROUP_CHANNELS =8
164+ -D MAX_CONTACTS =350
165+ -D MAX_GROUP_CHANNELS =40
166166 -D BLE_PIN_CODE =123456
167167; -D BLE_DEBUG_LOGGING=1
168168 -D OFFLINE_QUEUE_SIZE =256
@@ -181,8 +181,8 @@ extends = Heltec_t114_with_display
181181build_flags =
182182 ${Heltec_t114_with_display.build_flags}
183183 -I examples/companion_radio/ui-new
184- -D MAX_CONTACTS =100
185- -D MAX_GROUP_CHANNELS =8
184+ -D MAX_CONTACTS =350
185+ -D MAX_GROUP_CHANNELS =40
186186; -D BLE_PIN_CODE=123456
187187; -D BLE_DEBUG_LOGGING=1
188188; -D MESH_PACKET_LOGGING=1
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ build_flags =
105105 ${LilyGo_T-Echo.build_flags}
106106 -I src/helpers/ui
107107 -I examples/companion_radio/ui-new
108- -D MAX_CONTACTS =100
109- -D MAX_GROUP_CHANNELS =8
108+ -D MAX_CONTACTS =350
109+ -D MAX_GROUP_CHANNELS =40
110110 -D OFFLINE_QUEUE_SIZE =256
111111 -D UI_RECENT_LIST_SIZE =9
112112 -D AUTO_SHUTDOWN_MILLIVOLTS =3300
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ extends = Mesh_pocket
7070build_flags =
7171 ${Mesh_pocket.build_flags}
7272 -I examples/companion_radio/ui-new
73- -D MAX_CONTACTS =100
74- -D MAX_GROUP_CHANNELS =8
73+ -D MAX_CONTACTS =350
74+ -D MAX_GROUP_CHANNELS =40
7575 -D BLE_PIN_CODE =123456
7676 -D OFFLINE_QUEUE_SIZE =256
7777 -D AUTO_OFF_MILLIS =0
@@ -92,8 +92,8 @@ extends = Mesh_pocket
9292build_flags =
9393 ${Mesh_pocket.build_flags}
9494 -I examples/companion_radio/ui-new
95- -D MAX_CONTACTS =100
96- -D MAX_GROUP_CHANNELS =8
95+ -D MAX_CONTACTS =350
96+ -D MAX_GROUP_CHANNELS =40
9797 -D AUTO_OFF_MILLIS =0
9898; -D BLE_PIN_CODE=123456
9999; -D BLE_DEBUG_LOGGING=1
You can’t perform that action at this time.
0 commit comments