From ce748c47594885df5631d05e6b058a858bffe59c Mon Sep 17 00:00:00 2001 From: Ole Odendahl Date: Fri, 2 Jun 2023 11:31:58 +0200 Subject: [PATCH] Added restart watchdog timeout to Kconfig. --- code/nrf-connect/samples/zigbee/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/nrf-connect/samples/zigbee/Kconfig b/code/nrf-connect/samples/zigbee/Kconfig index a06d770..5346f11 100644 --- a/code/nrf-connect/samples/zigbee/Kconfig +++ b/code/nrf-connect/samples/zigbee/Kconfig @@ -32,3 +32,7 @@ config PRST_ZB_FACTORY_RESET_VIA_RESET_PIN bool "Resetting via the reset pin will factory reset the device. Power cycling through battery replacement will not." endchoice # PRST_ZB_FACTORY_RESET_METHOD + +config PRST_ZB_RESTART_WATCHDOG_TIMEOUT_SEC + int "Duration after the device will restart the rejoin procedure if a network has not been successfully joined." + default 3600