We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e8776f + 1e522a0 commit 33e461dCopy full SHA for 33e461d
library.json
@@ -11,6 +11,9 @@
11
"url": "http://blog.squix.ch"
12
},
13
"frameworks": "arduino",
14
- "platforms": "espressif",
15
- "version": "1.2.1"
+ "platforms": [
+ "espressif8266",
16
+ "espressif32"
17
+ ],
18
+ "version": "1.2.2"
19
}
library.properties
@@ -1,5 +1,5 @@
1
name=ESP8266 Weather Station
2
-version=1.2.1
+version=1.2.2
3
author=Daniel Eichhorn
4
maintainer=Daniel Eichhorn <squix78@gmail.com>
5
sentence=ESP8266 based internet connected Weather Station
0 commit comments