File tree 1 file changed +2
-0
lines changed
examples/common/external_platform
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ declare_args() {
21
21
# By default use default/example implementation of CommissionableDataProvider,
22
22
# DeviceAttestationCredentialsProvider and DeviceInstanceInfoProvider
23
23
chip_use_transitional_commissionable_data_provider = true
24
+ chip_use_transitional_device_instance_info_provider = true
24
25
chip_use_factory_data_provider = false
25
26
chip_use_device_info_provider = false
26
27
chip_config_software_version_number = 0
@@ -48,6 +49,7 @@ buildconfig_header("custom_buildconfig") {
48
49
" CHIP_DEVICE_LAYER_TARGET_ESP32=1" ,
49
50
" CHIP_DEVICE_LAYER_TARGET=ESP32_custom" ,
50
51
" CHIP_USE_TRANSITIONAL_COMMISSIONABLE_DATA_PROVIDER=1" ,
52
+ " CHIP_USE_TRANSITIONAL_DEVICE_INSTANCE_INFO_PROVIDER=1" ,
51
53
" BLE_PLATFORM_CONFIG_INCLUDE=<platform/ESP32_custom/BlePlatformConfig.h>" ,
52
54
" CHIP_DEVICE_PLATFORM_CONFIG_INCLUDE=<platform/ESP32_custom/CHIPDevicePlatformConfig.h>" ,
53
55
" CHIP_PLATFORM_CONFIG_INCLUDE=<platform/ESP32_custom/CHIPPlatformConfig.h>" ,
You can’t perform that action at this time.
0 commit comments