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 ff1132d2e4
commit c7cb56b507
2 changed files with 3 additions and 1 deletions

View File

@ -10,4 +10,5 @@ CONFIG_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_NIMBLE_ENABLED=y
CONFIG_BLE_MESH=y
CONFIG_BLE_MESH_NODE=y
CONFIG_BLE_MESH_PB_GATT=y
CONFIG_BLE_MESH_LOW_POWER=y