correct max contacts and channels for some nrf devices

This commit is contained in:
taco
2025-09-08 22:06:15 +10:00
parent f6f0cfd603
commit a0e7b47e29
3 changed files with 10 additions and 10 deletions

View File

@@ -70,8 +70,8 @@ extends = Mesh_pocket
build_flags =
${Mesh_pocket.build_flags}
-I examples/companion_radio/ui-new
-D MAX_CONTACTS=100
-D MAX_GROUP_CHANNELS=8
-D MAX_CONTACTS=350
-D MAX_GROUP_CHANNELS=40
-D BLE_PIN_CODE=123456
-D OFFLINE_QUEUE_SIZE=256
-D AUTO_OFF_MILLIS=0
@@ -92,8 +92,8 @@ extends = Mesh_pocket
build_flags =
${Mesh_pocket.build_flags}
-I examples/companion_radio/ui-new
-D MAX_CONTACTS=100
-D MAX_GROUP_CHANNELS=8
-D MAX_CONTACTS=350
-D MAX_GROUP_CHANNELS=40
-D AUTO_OFF_MILLIS=0
; -D BLE_PIN_CODE=123456
; -D BLE_DEBUG_LOGGING=1