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

Origin commit data
------------------
Commit: ae4338d710
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-20 (Wed, 20 Mar 2019)

Origin message was:
------------------
- lcd4l/weather: fix creation of data files for first run
This commit is contained in:
vanhofen
2019-03-20 15:27:15 +01:00
parent 90cb09d551
commit 33d3fe0381
4 changed files with 10 additions and 10 deletions

View File

@@ -126,8 +126,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