Remove .begin() call.

This commit is contained in:
Fabrice Weinberg 2015-12-12 17:23:17 +01:00
parent 0afa5598c3
commit ddbd8efd34

View File

@ -25,9 +25,6 @@ void setup(){
Serial.print ( "." ); Serial.print ( "." );
} }
// Start the NTPClient after an WiFi connection is established
timeClient.begin();
} }
void loop() { void loop() {