bugfix: blemesh_bridge: enable ble after commission

This commit is contained in:
InfiniteYuan
2022-12-01 14:29:14 +08:00
parent 449160b1ed
commit dc707e3b28
@@ -33,6 +33,9 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_ENABLE_CHIP_SHELL=n
CONFIG_BUILD_CHIP_TESTS=n
# BLE still used in BLE MESH
CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
# Enable External Platform
CONFIG_CHIP_ENABLE_EXTERNAL_PLATFORM=y
CONFIG_CHIP_EXTERNAL_PLATFORM_DIR="../../../../examples/blemesh_bridge/platform/ESP32_custom"