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 8249871 commit 5f71a93Copy full SHA for 5f71a93
library.json
@@ -8,7 +8,7 @@
8
"url": "https://github.com/fhessel/esp32_https_server.git"
9
},
10
"license": "MIT",
11
- "version": "0.3.1",
+ "version": "1.0.0",
12
"frameworks": "arduino",
13
"platforms": ["espressif32"]
14
}
library.properties
@@ -1,5 +1,5 @@
1
name=ESP32_HTTPS_Server
2
-version=0.3.1
+version=1.0.0
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