Skip to content

Commit

Permalink
Enable persistent subs for ICDs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Feb 15, 2023
1 parent a6d2883 commit be6bfd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/platform/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ declare_args() {

# Use default handler to negotiate subscription max interval
chip_config_use_icd_subscription_callbacks = enable_sleepy_device

# Use persitent subscriptions for IC devices
chip_persist_subscriptions = enable_sleepy_device
}

silabs_common_plat_dir = "${chip_root}/examples/platform/silabs"
Expand Down

0 comments on commit be6bfd6

Please sign in to comment.