From 28c5fc569c322fe6b5f4e490838386230e435d2f Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sun, 27 Dec 2020 10:05:54 +0100 Subject: [PATCH] #55 bugfix --- lib/face/faceWeather.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/face/faceWeather.cpp b/lib/face/faceWeather.cpp index 0bf55f3..850406a 100644 --- a/lib/face/faceWeather.cpp +++ b/lib/face/faceWeather.cpp @@ -39,7 +39,7 @@ void loopFaceWeather() if ((millis() - lastWeatherDataUpdate) >= 600000) { Serial.println(&now, "update weather data @ %A, %B %d %Y %H:%M:%S"); - updateWeatherData(); + invalidFaceWeatherCache(true); } }