Added link to cxandy's repository
This commit is contained in:
@@ -15,7 +15,8 @@ By buying the kit from me you are supporting future development. Thank you!
|
||||
|
||||
2. AZSMZ TFT
|
||||
|
||||

|
||||
cxandy created a nice adaptation of this code to run with the hardware from AZSMZ:
|
||||
https://github.com/cxandy/esp8266-weather-station-color
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user