Skip to content

Commit 578f775

Browse files
author
lly
committed
ble_mesh: ci: Enable friend & low power in build check
1 parent b94ce12 commit 578f775

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.bluedroid

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ CONFIG_BT_BTU_TASK_STACK_SIZE=4512
1010

1111
CONFIG_BLE_MESH=y
1212
CONFIG_BLE_MESH_NODE=y
13-
CONFIG_BLE_MESH_PB_GATT=y
13+
CONFIG_BLE_MESH_PB_GATT=y
14+
CONFIG_BLE_MESH_FRIEND=y

examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.nimble

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CONFIG_BT_NIMBLE_ENABLED=y
1010
CONFIG_BLE_MESH=y
1111
CONFIG_BLE_MESH_NODE=y
1212
CONFIG_BLE_MESH_PB_GATT=y
13+
CONFIG_BLE_MESH_LOW_POWER=y

0 commit comments

Comments
 (0)