diff --git a/code/nrf-connect/samples/zigbee/src/restart_handler.c b/code/nrf-connect/samples/zigbee/src/restart_handler.c index 961fbbe..8d2e9dc 100644 --- a/code/nrf-connect/samples/zigbee/src/restart_handler.c +++ b/code/nrf-connect/samples/zigbee/src/restart_handler.c @@ -8,6 +8,7 @@ LOG_MODULE_REGISTER(restart_handler, CONFIG_LOG_DEFAULT_LEVEL); static void restart_network_steering_cb(struct k_timer *timer) { LOG_DBG("Restart handler expired. Restarting network steering."); + // If the device is not commissioned, the rejoin procedure is started. user_input_indicate(); }