small fix
This commit is contained in:
parent
26942dd946
commit
a30f56ff58
@ -748,7 +748,7 @@ void SystemShutdown()
|
||||
if (shutdown_delay == 0)
|
||||
{
|
||||
shutdown_delay = millis() + SHUTDOWN_DELAY_MS;
|
||||
Serial.printf("Shutdown requested - Restarting in %d seconds\n", SHUTDOWN_DELAY_MS);
|
||||
Serial.printf("Shutdown requested - Restarting in %d seconds\n", SHUTDOWN_DELAY_MS/1000);
|
||||
}
|
||||
if (shutdown_delay < millis())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user