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 7ebe38e commit 5d9fa38Copy full SHA for 5d9fa38
library.json
@@ -8,7 +8,7 @@
8
"url": "https://github.com/fhessel/esp32_https_server.git"
9
},
10
"license": "MIT",
11
- "version": "0.2.3",
+ "version": "0.2.4",
12
"frameworks": "arduino",
13
"platforms": ["espressif32"]
14
}
library.properties
@@ -1,5 +1,5 @@
1
name=ESP32 HTTP(S) Webserver
2
-version=0.2.3
+version=0.2.4
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