Skip to content

Commit

Permalink
Merge branch 'fix_blemesh_bridge_crash' into 'main'
Browse files Browse the repository at this point in the history
example: Fix blemesh bridge example crash

Closes CON-1004

See merge request app-frameworks/esp-matter!626
chshu committed Feb 7, 2024
2 parents 8a421d1 + 668e22d commit 1e7f0ae
Showing 8 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ declare_args() {
# By default use default/example implementation of CommissionableDataProvider,
# DeviceAttestationCredentialsProvider and DeviceInstanceInforProvider
chip_use_transitional_commissionable_data_provider = true
chip_use_transitional_device_instance_info_provider = true
chip_use_factory_data_provider = false
chip_use_device_info_provider = false
chip_config_software_version_number = 0
@@ -53,6 +54,7 @@ buildconfig_header("custom_buildconfig") {
"CHIP_DEVICE_CONFIG_RUN_AS_ROOT=true",
"CHIP_DISABLE_PLATFORM_KVS=false",
"CHIP_USE_TRANSITIONAL_COMMISSIONABLE_DATA_PROVIDER=true",
"CHIP_USE_TRANSITIONAL_DEVICE_INSTANCE_INFO_PROVIDER=true",
"CHIP_DEVICE_LAYER_TARGET_ESP32=1",
"CHIP_DEVICE_LAYER_TARGET=ESP32_custom",
"BLE_PLATFORM_CONFIG_INCLUDE=<platform/ESP32_custom/BlePlatformConfig.h>",

This file was deleted.

0 comments on commit 1e7f0ae

Please sign in to comment.