Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
iranl authored Dec 28, 2024
1 parent 40aad37 commit 72e5ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -692,4 +692,4 @@ void printBeforeSetupInfo()

void printAfterSetupInfo()
{
}
}

0 comments on commit 72e5ed5

Please sign in to comment.