diff --git a/src/shutdown.h b/src/shutdown.h index 9e30e772c..7229e7821 100644 --- a/src/shutdown.h +++ b/src/shutdown.h @@ -30,6 +30,8 @@ void powerCommandsCheck() delete screen; LOG_DEBUG("final reboot!"); reboot(); +#elif defined(ARCH_STM32WL) + HAL_NVIC_SystemReset(); #else rebootAtMsec = -1; LOG_WARN("FIXME implement reboot for this platform. Note that some settings require a restart to be applied");