diff --git a/wled00/set.cpp b/wled00/set.cpp index f73c1ea4f..8ba21c8f6 100644 --- a/wled00/set.cpp +++ b/wled00/set.cpp @@ -292,6 +292,7 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) //start ntp if not already connected if (ntpEnabled && WLED_CONNECTED && !ntpConnected) ntpConnected = ntpUdp.begin(ntpLocalPort); + ntpLastSyncTime = 0; // force new NTP query longitude = request->arg(F("LN")).toFloat(); latitude = request->arg(F("LT")).toFloat();