Update main.cpp

This commit is contained in:
iranl
2024-11-02 23:54:03 +01:00
parent 62742549a7
commit be646bc6a8

View File

@@ -46,7 +46,7 @@ bool wifiConnected = false;
TaskHandle_t nukiTaskHandle = nullptr;
int64_t restartTs = ((2^64) - (5 * 1000 * 60000)) / 1000;
int64_t restartTs = (pow(2,64) - (5 * 1000 * 60000)) / 1000;
#else
#include "../../src/WebCfgServer.h"