Skip to content

Commit

Permalink
Pull request project-chip#1484: [MATTER-2975] reduce the interval bet…
Browse files Browse the repository at this point in the history
…ween thread poll from 30s to 5s while in IdleMode

Merge in WMN_TOOLS/matter from light_sw_icd_config to RC_2.3.0-1.3

Squashed commit of the following:

commit 6a1818509ca435371af910c217fa8f659a498ef2
Author: Junior Martinez <[email protected]>
Date:   Thu Jan 11 19:08:10 2024 -0500

    reduce the interval between thread poll from 30s to 5s while in IdleMode
  • Loading branch information
jmartinez-silabs committed Mar 29, 2024
1 parent a8245d0 commit 2598197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/light-switch-app/silabs/openthread.gni
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ chip_subscription_timeout_resumption = false
sl_use_subscription_synching = true

# Openthread Configuration flags
sl_ot_idle_interval_ms = 15000 # 15s Idle Intervals
sl_ot_idle_interval_ms = 5000 # 5s Idle Intervals
sl_ot_active_interval_ms = 500 # 500ms Active Intervals

# ICD Matter Configuration flags
Expand Down

0 comments on commit 2598197

Please sign in to comment.