We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2ed52e + 529e934 commit 231af10Copy full SHA for 231af10
examples/platform/silabs/provision/BUILD.gn
@@ -25,6 +25,9 @@ if (wifi_soc) {
25
# Seperate import since the matter_support_root is defined in the ef32_sdk.gni / SiWx917_sdk.gni
26
import("${matter_support_root}/provision/args.gni")
27
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" ]
31
sources = [ "ProvisionStorageCustom.cpp" ]
32
33
if (use_provision_flash_storage) {
0 commit comments