8000
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.
1 parent fb12021 commit b0f1849Copy full SHA for b0f1849
library.json
@@ -8,7 +8,7 @@
8
"url": "https://github.com/fhessel/esp32_https_server.git"
9
},
10
"license": "MIT",
11
- "version": "0.3.0",
+ "version": "0.3.1",
12
"frameworks": "arduino",
13
"platforms": ["espressif32"]
14
}
library.properties
@@ -1,5 +1,5 @@
1
name=ESP32_HTTPS_Server
2
-version=0.3.0
+version=0.3.1
3
author=Frank Hessel <frank@fhessel.de>
4
maintainer=Frank Hessel <frank@fhessel.de>
5
sentence=Alternative ESP32 Webserver implementation for the ESP32, supporting HTTPS and HTTP.
0 commit comments