Adjust due to new infrastructure in the home!

This commit is contained in:
Paul Warren 2019-12-30 15:55:30 +11:00
parent 4a2189d828
commit f2a4654804
1 changed files with 1 additions and 1 deletions

View File

@ -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