Skip to content

Commit

Permalink
Preparing for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed Jun 23, 2017
1 parent 0945310 commit f2034b6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/WundergroundAlertsDemo/WundergroundAlertsDemo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See more at https://blog.squix.org
/**
* Wunderground Settings
*/
const String WUNDERGRROUND_API_KEY = "808ba87ed77c4501";
const String WUNDERGRROUND_API_KEY = "<Wunderground-KEY>";
const String WUNDERGR_UND_STATE_OR_COUNTRY = "CH";
const String WUNDERGR_UND_CITY = "ZURICH";
const String WUNDERGRROUND_LANGUAGE = "EN";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See more at https://blog.squix.org
/**
* Wunderground Settings
*/
const String WUNDERGRROUND_API_KEY = "808ba87ed77c4501";
const String WUNDERGRROUND_API_KEY = "<Wunderground-KEY>";
const String WUNDERGR_UND_STATE_OR_COUNTRY = "CH";
const String WUNDERGR_UND_CITY = "ZURICH";
const String WUNDERGRROUND_LANGUAGE = "EN";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See more at https://blog.squix.org
/**
* Wunderground Settings
*/
const String WUNDERGRROUND_API_KEY = "808ba87ed77c4501";
const String WUNDERGRROUND_API_KEY = "<Wunderground-KEY>";
const boolean IS_METRIC = true;
const boolean USE_PM = false;
// to retrieve the ZMW-Code use
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See more at https://blog.squix.org
/**
* Wunderground Settings
*/
const String WUNDERGRROUND_API_KEY = "808ba87ed77c4501";
const String WUNDERGRROUND_API_KEY = "<Wunderground-KEY>";
const String WUNDERGR_UND_STATE_OR_COUNTRY = "CH";
const String WUNDERGR_UND_CITY = "ZURICH";
const String WUNDERGRROUND_LANGUAGE = "EN";
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"authors": {
"name": "Daniel Eichhorn",
"url": "http://blog.squix.ch"
"url": "https://blog.squix.org"
},
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32"
],
"version": "1.2.3"
"version": "1.3.0"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP8266 Weather Station
version=1.2.3
version=1.3.0
author=Daniel Eichhorn
maintainer=Daniel Eichhorn <[email protected]>
sentence=ESP8266 based internet connected Weather Station
Expand Down

1 comment on commit f2034b6

@YuMERA
Copy link

@YuMERA YuMERA commented on f2034b6 Feb 18, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bro can you implement parse json data for new link conditions v11 ?
In my case link is : http://api.wunderground.com/api/37d96c59b0423ca0/conditions_v11/q/zmw:00000.122.13266.json.
In this json document have link for night weather icons.
Thx

Please sign in to comment.