Moved helper functions out to meteocon file

This commit is contained in:
Daniel Eichhorn
2017-07-23 07:50:05 +02:00
parent 7325b382b1
commit 6aecec6267
3 changed files with 82 additions and 78 deletions

View File

@@ -46,7 +46,7 @@ const int SLEEP_INTERVAL_SECS = 0; // Going to Sleep after idle times, set 0 f
// e.g. http://api.wunderground.com/api/808ba87ed77c4511/conditions/q/CA/SAN_FRANCISCO.json <- note that in the US you use the state instead of country code
const String DISPLAYED_CITY_NAME = "Zürich";
const String WUNDERGRROUND_API_KEY = "afe8d9c8337d73d9";
const String WUNDERGRROUND_API_KEY = "<WUNDERGRROUND_API_KEY>";
const String WUNDERGRROUND_LANGUAGE = "EN";
const String WUNDERGROUND_COUNTRY = "CH";
const String WUNDERGROUND_CITY = "Zurich";