Skip to content

Commit 5f92e98

Browse files
committed
Add README note about OWM deprecation
1 parent de4e5ce commit 5f92e98

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Diff for: .github/workflows/platformio_publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Publish
2020
# requires the PLATFORMIO_AUTH_TOKEN env variable: https://docs.platformio.org/en/latest/envvars.html#envvar-PLATFORMIO_AUTH_TOKEN
2121
# currently msr's account
22-
run: pio pkg publish --owner thingpulse
22+
run: pio pkg publish --owner thingpulse --no-interactive

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,5 @@ The ESP8266 OLED Library changed a lot with the latest release of version 3.0.0.
7878

7979
| Announcement | Module | Removal |
8080
|---------------|---------|----------|
81+
| 2024-09-19 | OWM requests by city name and city ID, see [their documentation](https://openweathermap.org/current#builtin) | |
8182
| 2018-06-13 | all **Wunderground** related code, see [our blog](https://thingpulse.com/hello-openweathermap-bye-bye-wunderground/) for details | January 2020, version 2.0.0 |

Diff for: library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"espressif8266",
1616
"espressif32"
1717
],
18-
"version": "2.2.0"
18+
"version": "2.3.0"
1919
}

Diff for: library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP8266 Weather Station
2-
version=2.2.0
2+
version=2.3.0
33
author=ThingPulse
44
maintainer=ThingPulse <[email protected]>
55
sentence=ESP8266 based internet connected Weather Station

0 commit comments

Comments
 (0)