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:
Andrew Boie 2019-08-08 15:48:44 -07:00 committed by Anas Nashif
commit df434592d6

View file

@ -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