nrf52 targets: increase limits for contacts and channels

This commit is contained in:
taco
2025-08-25 12:41:59 +10:00
parent 2b24c575c7
commit accd1e0a97
17 changed files with 64 additions and 61 deletions

View File

@@ -79,8 +79,8 @@ lib_deps = ${WioTrackerL1.lib_deps}
extends = WioTrackerL1
build_flags = ${WioTrackerL1.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 BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256