Skip to content

Commit 190a8f6

Browse files
Revert "[SL-TEMP] Fix commissioning with test credentials (#366)" (#520)
Co-authored-by: Copilot <[email protected]>
1 parent 35a5a29 commit 190a8f6

File tree

1 file changed

+1
-4
lines changed
  • examples/platform/silabs/provision

1 file changed

+1
-4
lines changed

examples/platform/silabs/provision/BUILD.gn

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ if (wifi_soc) {
2222
import("${silabs_sdk_build_root}/efr32_sdk.gni")
2323
}
2424

25-
# Seperate import since the matter_support_root is defined in the ef32_sdk.gni / SiWx917_sdk.gni
25+
# Separate 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" ]
3128
sources = [ "ProvisionStorageCustom.cpp" ]
3229

3330
if (use_provision_flash_storage) {

0 commit comments

Comments
 (0)