ble_mesh: ci: Enable friend & low power in build check

This commit is contained in:
lly 2020-07-06 19:17:11 +08:00
parent 2e01297603
commit 49145856a2
2 changed files with 3 additions and 1 deletions

View file

@ -10,4 +10,5 @@ CONFIG_BT_BTU_TASK_STACK_SIZE=4512
CONFIG_BLE_MESH=y
CONFIG_BLE_MESH_NODE=y
CONFIG_BLE_MESH_PB_GATT=y
CONFIG_BLE_MESH_PB_GATT=y
CONFIG_BLE_MESH_FRIEND=y

View file

@ -10,3 +10,4 @@ CONFIG_BT_NIMBLE_ENABLED=y
CONFIG_BLE_MESH=y
CONFIG_BLE_MESH_NODE=y
CONFIG_BLE_MESH_PB_GATT=y
CONFIG_BLE_MESH_LOW_POWER=y