Skip to content

Commit 034a718

Browse files
committed
cleaning the shitespaces
1 parent 8e4254f commit 034a718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/WundergroundClientPlainDemo/WundergroundClientPlainDemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ void loop() {
9494
if ((millis() % (60 * 1000)) == 0) { // just call once a minute @see: https://www.wunderground.com/weather/api/d/pricing.html
9595
Serial.println();
9696
Serial.println("\n\nNext Loop-Step: " + String(millis()) + ":");
97-
wunderground.updateConditions(WUNDERGRROUND_API_KEY, WUNDERGRROUND_LANGUAGE, WUNDERGROUND_ZMW_CODE);
9897

98+
wunderground.updateConditions(WUNDERGRROUND_API_KEY, WUNDERGRROUND_LANGUAGE, WUNDERGROUND_ZMW_CODE);
9999

100100
Serial.println("wundergroundHours: " + wunderground.getHours());
101101
Serial.println("wundergroundMinutes: " + wunderground.getMinutes());

0 commit comments

Comments
 (0)