Skip to content

Commit d3dd834

Browse files
committed
Added library.json for PlatformIO. Close #8
1 parent 7faf4a7 commit d3dd834

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

library.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "esp32_https_server",
3+
"keywords": "communication, esp32, http, https, server, ssl, tls, webserver, websockets",
4+
"description": "An Arduino library for an ESP32 HTTP/HTTPS web server implementation",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/fhessel/esp32_https_server.git"
9+
},
10+
"license": "MIT",
11+
"version": "0.2.0",
12+
"frameworks": "arduino",
13+
"platforms": ["espressif32"]
14+
}

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=ESP32 HTTP(S) Webserver
2-
version=0.1.1
2+
version=0.2.0
33
author=Frank Hessel <[email protected]>
44
maintainer=Frank Hessel <[email protected]>
5-
sentence=SSL/TLS-enabled HTTPS server library for the ESP32.
5+
sentence=An Arduino library for an ESP32 HTTP(S) server implementation.
66
paragraph=The library allows to define handler functions for specific request URLs, provides some help with the HTTP protocol. It can handle unencrypted HTTP traffic as well.
77
category=Communication
88
url=https://github.com/fhessel/esp32_https_server

0 commit comments

Comments
 (0)