diff --git a/source/main.cpp b/source/main.cpp index 4f0d9a5..8ab4f53 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -164,7 +164,7 @@ OSTime NTPGetTime(const char* hostname) } void updateTime() { - OSTime time = NTPGetTime("time.windows.com"); // Connect to the time server. + OSTime time = NTPGetTime("pool.ntp.org"); // Connect to the time server. if (time == 0) { return; // Probably didn't connect correctly. @@ -295,4 +295,4 @@ WUPS_CONFIG_CLOSED() { } WUPS_CloseStorage(); // Save all changes. -} \ No newline at end of file +}