File tree 2 files changed +2
-4
lines changed
examples/platform/silabs/efr32
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,6 @@ declare_args() {
43
43
chip_config_use_icd_subscription_callbacks = enable_sleepy_device
44
44
}
45
45
46
- # Use persitent subscriptions for IC devices
47
- chip_persist_subscriptions = enable_sleepy_device
48
-
49
46
silabs_common_plat_dir = " ${ chip_root } /examples/platform/silabs"
50
47
51
48
import (" ${ silabs_common_plat_dir } /args.gni" )
Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ declare_args() {
103
103
104
104
# Enable Subscription persistence / resumption for CI and supported platforms
105
105
if (chip_device_platform == " darwin" || chip_device_platform == " linux" ||
106
- chip_device_platform == " esp32" || chip_device_platform == " fake" ) {
106
+ chip_device_platform == " esp32" || chip_device_platform == " fake" ||
107
+ chip_device_platform == " efr32" || chip_device_platform == " SiWx917" ) {
107
108
chip_persist_subscriptions = true
108
109
} else {
109
110
chip_persist_subscriptions = false
You can’t perform that action at this time.
0 commit comments