This commit is contained in:
liquidraver
2026-07-22 11:20:43 +02:00
parent 94d7aab142
commit 8882d5876f
@@ -28,6 +28,14 @@ CONFIG_ZEPHCORE_DEFAULT_TX_POWER_DBM=22
# so cap them hard. These only allocate in the companion role; the repeater
# build ignores them. A serial companion on this constrained board is for
# modest contact lists.
CONFIG_ZEPHCORE_MAX_CONTACTS=24
CONFIG_ZEPHCORE_OFFLINE_QUEUE_SIZE=8
#
# 2026-07-22: retightened after companion-only RAM growth (ACL/offline-queue/
# mesh-tables additions since the 2026-06-21 port) overflowed the region by
# 5716 bytes. BLE_QUEUE_SIZE default is 24 (Kconfig warns 12 overran the recv
# queue during channel-sync bursts, but that was measured against the
# *default* MAX_CHANNELS=40); with MAX_CHANNELS capped to 8 here, 12 still
# gives 1.5x headroom over the worst-case back-to-back CMD_GET_CHANNEL burst.
CONFIG_ZEPHCORE_MAX_CONTACTS=12
CONFIG_ZEPHCORE_OFFLINE_QUEUE_SIZE=2
CONFIG_ZEPHCORE_MAX_CHANNELS=8
CONFIG_ZEPHCORE_BLE_QUEUE_SIZE=12