Skip to content

Commit 231af10

Browse files
Merge branch 'release_2.5-1.4' into bugfix/soc_ncp_deepsleep_issue
2 parents e2ed52e + 529e934 commit 231af10

File tree

1 file changed

+3
-0
lines changed
  • examples/platform/silabs/provision

1 file changed

+3
-0
lines changed

examples/platform/silabs/provision/BUILD.gn

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ if (wifi_soc) {
2525
# Seperate import since the matter_support_root is defined in the ef32_sdk.gni / SiWx917_sdk.gni
2626
import("${matter_support_root}/provision/args.gni")
2727
source_set("storage") {
28+
# SL-TEMP: CHIP_DEVICE_CONFIG_ENABLE_EXAMPLE_CREDENTIALS is required for credentials fallback in ProvisionStorageXXX.
29+
# The define is replaced by SL_MATTER_ENABLE_EXAMPLE_CREDENTIALS in matter 1.5.
30+
defines = [ "CHIP_DEVICE_CONFIG_ENABLE_EXAMPLE_CREDENTIALS=1" ]
2831
sources = [ "ProvisionStorageCustom.cpp" ]
2932

3033
if (use_provision_flash_storage) {

0 commit comments

Comments
 (0)