From f2a46548041921d5d637f21fac2adf0634421399 Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Mon, 30 Dec 2019 15:55:30 +1100 Subject: [PATCH] Adjust due to new infrastructure in the home! --- esp_time.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp_time.ino b/esp_time.ino index 08a9c41..821c489 100644 --- a/esp_time.ino +++ b/esp_time.ino @@ -43,7 +43,7 @@ TimeChangeRule *tcr; // Network clients WiFiUDP ntpUDP; HTTPClient http; -NTPClient timeClient(ntpUDP, "raspberrypi.lan", 9, 60000); //use internal ntp server, update every 10 minutes, taking in to account the 9 seconds it takes to update the screen for the current time +NTPClient timeClient(ntpUDP, "pi2.lan", 9, 60000); //use internal ntp server, update every 10 minutes, taking in to account the 9 seconds it takes to update the screen for the current time //NTPClient timeClient(ntpUDP, "au.pool.ntp.org", 0, 60000); //use internal ntp server, update every 10 minutes