tests: bluetooth: mesh: adjust microbit config
Disable logging defaults for this test, enabling logging causes this test to not fit in RAM. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
7819a5a9a8
commit
df434592d6
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ CONFIG_BT_BROADCASTER=y
|
|||
CONFIG_BT_DATA_LEN_UPDATE=n
|
||||
CONFIG_BT_PHY_UPDATE=n
|
||||
|
||||
# This test barely fits in RAM, don't pull in logging
|
||||
CONFIG_TEST_LOGGING_DEFAULTS=n
|
||||
|
||||
# Use legacy LL until RAM utilization is optimized in the new LL
|
||||
CONFIG_BT_LL_SW_LEGACY=y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue