Update main.cpp

This commit is contained in:
iranl
2024-12-28 07:52:41 +01:00
committed by GitHub
parent 40aad371d9
commit 72e5ed55a5

View File

@@ -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()
{
}
}