From a5f3dea40be8a1db0a69f45a7a9a0097cb262e8a Mon Sep 17 00:00:00 2001 From: GUVWAF <78759985+GUVWAF@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:16:56 +0200 Subject: [PATCH] Clarify that when rebooting is not implemented some settings may not apply (#2688) Co-authored-by: Ben Meadors --- src/shutdown.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shutdown.h b/src/shutdown.h index d9077151c..90fb19d0c 100644 --- a/src/shutdown.h +++ b/src/shutdown.h @@ -16,7 +16,7 @@ void powerCommandsCheck() rp2040.reboot(); #else rebootAtMsec = -1; - LOG_WARN("FIXME implement reboot for this platform. Skipping for now.\n"); + LOG_WARN("FIXME implement reboot for this platform. Note that some settings require a restart to be applied.\n"); #endif }