From 7325b382b1809b30543f4cab5ca9c8d816c6afb6 Mon Sep 17 00:00:00 2001 From: Daniel Eichhorn Date: Sun, 23 Jul 2017 07:47:23 +0200 Subject: [PATCH] Added link to cxandy's repository --- README.md | 3 ++- settings.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 242ae8f..1b26693 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/settings.h b/settings.h index 265f53a..e5141c1 100644 --- a/settings.h +++ b/settings.h @@ -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 = ""; +const String WUNDERGRROUND_API_KEY = "afe8d9c8337d73d9"; const String WUNDERGRROUND_LANGUAGE = "EN"; const String WUNDERGROUND_COUNTRY = "CH"; const String WUNDERGROUND_CITY = "Zurich";