Update README.md

This commit is contained in:
iPhosgen 2018-05-18 09:54:56 +03:00
parent 2c2ca165d6
commit 38b31d020b

View File

@ -41,6 +41,7 @@ void loop() {
timeClient.update();
Serial.println(timeClient.getFormattedTime());
Serial.println(timeClient.getFormattedDate());
delay(1000);
}