- weather/lcd4l: add some more weather data

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-03-23 11:04:46 +01:00
committed by Thilo Graf
parent 9d5698865e
commit e04de3136e
4 changed files with 75 additions and 3 deletions

View File

@@ -129,7 +129,9 @@ class CLCD4l
std::string m_pbcolor;
std::string m_wcity;
std::string m_wtimestamp;
std::string m_wtemp;
std::string m_wwind;
std::string m_wicon;
};