Merge branch 'bugfix/enable_ble_for_blemesh_bridge' into 'main'

bugfix: blemesh_bridge: enable ble after commission

See merge request app-frameworks/esp-matter!235
This commit is contained in:
Hrishikesh Dhayagude
2022-12-06 10:07:20 +08:00
@@ -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"