Skip to content

Commit 33e461d

Browse files
committed
2 parents 1e8776f + 1e522a0 commit 33e461d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

library.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"url": "http://blog.squix.ch"
1212
},
1313
"frameworks": "arduino",
14-
"platforms": "espressif",
15-
"version": "1.2.1"
14+
"platforms": [
15+
"espressif8266",
16+
"espressif32"
17+
],
18+
"version": "1.2.2"
1619
}

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.1
2+
version=1.2.2
33
author=Daniel Eichhorn
44
maintainer=Daniel Eichhorn <squix78@gmail.com>
55
sentence=ESP8266 based internet connected Weather Station

0 commit comments

Comments
 (0)