This commit is contained in:
Yuri Trikoz
2020-06-25 05:09:11 +03:00
parent 3daa517c7e
commit b50e1c9791
73 changed files with 260 additions and 296 deletions

View File

@@ -28,7 +28,7 @@ time_t getSystemTime() {
}
bool hasTimeSynced() {
time_t now = time(nullptr);
unsigned long now = time(nullptr);
return now > millis();
}