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 d6decb8 commit 7bbcbf7Copy full SHA for 7bbcbf7
library.json
@@ -8,7 +8,7 @@
8
"url": "https://github.com/fhessel/esp32_https_server.git"
9
},
10
"license": "MIT",
11
- "version": "0.2.2",
+ "version": "0.2.3",
12
"frameworks": "arduino",
13
"platforms": ["espressif32"]
14
}
library.properties
@@ -1,5 +1,5 @@
1
name=ESP32 HTTP(S) Webserver
2
-version=0.2.2
+version=0.2.3
3
author=Frank Hessel <frank@fhessel.de>
4
maintainer=Frank Hessel <frank@fhessel.de>
5
sentence=An Arduino library for an ESP32 HTTP(S) server implementation.
0 commit comments