Add missing prst_led_off after stopping LED flashing timer

This commit is contained in:
rbaron 2023-06-28 22:08:18 +02:00
parent 46feb542cc
commit 7f42dd0c00

View file

@ -196,6 +196,7 @@ void zboss_signal_handler(zb_bufid_t bufid) {
prst_restart_watchdog_start();
// Power saving.
k_timer_stop(&led_flashing_timer);
prst_led_off();
}
joining_signal_received = true;
break;