Added link to cxandy's repository

This commit is contained in:
Daniel Eichhorn
2017-07-23 07:47:23 +02:00
parent 141d180ac4
commit 7325b382b1
2 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,8 @@ By buying the kit from me you are supporting future development. Thank you!
2. AZSMZ TFT
![AZSMZ TFT](resources/AZSMZ-11.jpg)
cxandy created a nice adaptation of this code to run with the hardware from AZSMZ:
https://github.com/cxandy/esp8266-weather-station-color

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 = "<WUNDERGRROUND_API_KEY>";
const String WUNDERGRROUND_API_KEY = "afe8d9c8337d73d9";
const String WUNDERGRROUND_LANGUAGE = "EN";
const String WUNDERGROUND_COUNTRY = "CH";
const String WUNDERGROUND_CITY = "Zurich";