Merge pull request #21 from g-goessel/patch-2

Update README.md
This commit is contained in:
Sandeep Mistry 2016-05-22 08:23:15 -07:00
commit d9264aadf3

View File

@ -22,7 +22,7 @@ NTPClient timeClient(ntpUDP);
// You can specify the time server pool and the offset, (in seconds)
// additionaly you can specify the update interval (in milliseconds).
// NTPClient timeClient("europe.pool.ntp.org", 3600, 60000);
// NTPClient timeClient(ntpUDP, "europe.pool.ntp.org", 3600, 60000);
void setup(){
Serial.begin(115200);