Unverified Commit 76f0a80f authored by lbernstone's avatar lbernstone Committed by GitHub

Removed second NTP server from configTime. SNTP only uses one (#5127)

parent 5bfbcfc9
......@@ -56,7 +56,7 @@ const char* rootCACertificate = \
// Not sure if WiFiClientSecure checks the validity date of the certificate.
// Setting clock just to be sure...
void setClock() {
configTime(0, 0, "pool.ntp.org", "time.nist.gov");
configTime(0, 0, "pool.ntp.org");
Serial.print(F("Waiting for NTP time sync: "));
time_t nowSecs = time(nullptr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment