mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
renaming
This commit is contained in:
@@ -28,7 +28,7 @@ time_t getSystemTime() {
|
||||
}
|
||||
|
||||
bool hasTimeSynced() {
|
||||
time_t now = time(nullptr);
|
||||
unsigned long now = time(nullptr);
|
||||
return now > millis();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user