Fixed library
Some checks failed
Test compiling project / test (push) Has been cancelled

This commit is contained in:
2025-03-20 21:08:30 +01:00
parent 76e182935b
commit 6364becbe2
2 changed files with 4 additions and 4 deletions

View File

@@ -223,8 +223,8 @@ void setup()
}
logger.log(0, DEBUG, "Getting time now");
// Configure time with a GMT offset and daylight offset in seconds.
configTime(3600, 0, "pool.ntp.org");
// Configure time to UTC
configTime(0, 0, "pool.ntp.org");
// Wait until a valid time is obtained (time > 8 hours in seconds)
time_t now = time(NULL);