Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subsys: add a range to CONFIG_ZIGBEE_DEV_REJOIN_TIMEOUT_MS #24

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions subsys/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ config ZIGBEE_TC_REJOIN_ENABLED
config ZIGBEE_DEV_REJOIN_TIMEOUT_MS
int "Timeout in ms after which End Device stops to send beacons if can not join/rejoin a network"
default 200000
range 20000 4200000
help
The range is limited up to 70 minutes to avoid internal overflows.

DT_CHOSEN_NCS_ZIGBEE_TIMER := ncs,zigbee-timer

Expand Down