- lcd4l/weather: fix creation of data files for first run

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-03-20 15:27:15 +01:00
committed by Thilo Graf
parent 1850fb3692
commit f8e0bf244a
4 changed files with 10 additions and 10 deletions

View File

@@ -128,8 +128,8 @@ class CLCD4l
std::string m_fcolor2;
std::string m_pbcolor;
std::string m_wtemp;
std::string m_wicon;
std::string m_wtemp;
std::string m_wicon;
};
#endif