From 72e5ed55a55d6ba2dae8b7b07151b486a6cf4ac5 Mon Sep 17 00:00:00 2001 From: iranl Date: Sat, 28 Dec 2024 07:52:41 +0100 Subject: [PATCH] Update main.cpp --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index ea9b61f..cbe3832 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -50,7 +50,7 @@ bool wifiConnected = false; TaskHandle_t nukiTaskHandle = nullptr; -int64_t restartTs = (pow(2,64) - (5 * 1000 * 60000)) / 1000; +int64_t restartTs = (pow(2,63) - (5 * 1000 * 60000)) / 1000; #else #include "../../src/WebCfgServer.h" @@ -692,4 +692,4 @@ void printBeforeSetupInfo() void printAfterSetupInfo() { -} \ No newline at end of file +}