Skip to content

Commit f2034b6

Browse files
committed
Preparing for next release
1 parent 0945310 commit f2034b6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

examples/WundergroundAlertsDemo/WundergroundAlertsDemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See more at https://blog.squix.org
3232
/**
3333
* Wunderground Settings
3434
*/
35-
const String WUNDERGRROUND_API_KEY = "808ba87ed77c4501";
35+
const String WUNDERGRROUND_API_KEY = "<Wunderground-KEY>";
3636
const String WUNDERGR_UND_STATE_OR_COUNTRY = "CH";
3737
const String WUNDERGR_UND_CITY = "ZURICH";
3838
const String WUNDERGRROUND_LANGUAGE = "EN";

examples/WundergroundAstronomyDemo/WundergroundAstronomyDemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See more at https://blog.squix.org
3232
/**
3333
* Wunderground Settings
3434
*/
35-
const String WUNDERGRROUND_API_KEY = "808ba87ed77c4501";
35+
const String WUNDERGRROUND_API_KEY = "<Wunderground-KEY>";
3636
const String WUNDERGR_UND_STATE_OR_COUNTRY = "CH";
3737
const String WUNDERGR_UND_CITY = "ZURICH";
3838
const String WUNDERGRROUND_LANGUAGE = "EN";

examples/WundergroundConditionsDemo/WundergroundConditionsDemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See more at https://blog.squix.org
3232
/**
3333
* Wunderground Settings
3434
*/
35-
const String WUNDERGRROUND_API_KEY = "808ba87ed77c4501";
35+
const String WUNDERGRROUND_API_KEY = "<Wunderground-KEY>";
3636
const boolean IS_METRIC = true;
3737
const boolean USE_PM = false;
3838
// to retrieve the ZMW-Code use

examples/WundergroundForecastDemo/WundergroundForecastDemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See more at https://blog.squix.org
3232
/**
3333
* Wunderground Settings
3434
*/
35-
const String WUNDERGRROUND_API_KEY = "808ba87ed77c4501";
35+
const String WUNDERGRROUND_API_KEY = "<Wunderground-KEY>";
3636
const String WUNDERGR_UND_STATE_OR_COUNTRY = "CH";
3737
const String WUNDERGR_UND_CITY = "ZURICH";
3838
const String WUNDERGRROUND_LANGUAGE = "EN";

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
},
99
"authors": {
1010
"name": "Daniel Eichhorn",
11-
"url": "http://blog.squix.ch"
11+
"url": "https://blog.squix.org"
1212
},
1313
"frameworks": "arduino",
1414
"platforms": [
1515
"espressif8266",
1616
"espressif32"
1717
],
18-
"version": "1.2.3"
18+
"version": "1.3.0"
1919
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP8266 Weather Station
2-
version=1.2.3
2+
version=1.3.0
33
author=Daniel Eichhorn
44
maintainer=Daniel Eichhorn <[email protected]>
55
sentence=ESP8266 based internet connected Weather Station

0 commit comments

Comments
 (0)