Skip to content

Commit 0df8800

Browse files
committed
This branch has references to jackjansen for URLs, etc
1 parent 2323864 commit 0df8800

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

library.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,24 @@
55
"name": "Frank Hessel",
66
"email": "[email protected]",
77
"maintainer": true
8+
},
9+
{
10+
"name": "Jack Jansen",
11+
"email": "[email protected]",
12+
"maintainer": true
813
}
914
],
1015
"keywords": "communication, esp32, http, https, server, ssl, tls, webserver, websockets",
1116
"description": "An Arduino library for an alternative ESP32 HTTP/HTTPS web server implementation",
1217
"repository":
1318
{
1419
"type": "git",
15-
"url": "https://github.com/fhessel/esp32_https_server_compat.git"
20+
"url": "https://github.com/jackjansen/esp32_https_server_compat.git"
1621
},
1722
"dependencies": [
1823
{
1924
"name": "esp32_https_server",
20-
"version": "https://github.com/jackjansen/esp32_https_server.git#exp-jack-compat"
25+
"version": "https://github.com/jackjansen/esp32_https_server.git#bodyparser"
2126
}
2227
],
2328
"license": "MIT",

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=ESP32 HTTP(S) Webserver (Compatibility Layer)
22
version=0.3.0
3-
author=Frank Hessel <[email protected]>
3+
author=Frank Hessel <[email protected]>, Jack Jansen <[email protected]>
44
maintainer=Frank Hessel <[email protected]>
55
sentence=An Arduino library for an alternative ESP32 HTTP/HTTPS web server implementation
66
paragraph=This library is a wrapper around esp32_https_server that provides the same API as the default Webserver library.
77
category=Communication
8-
url=https://github.com/fhessel/esp32_https_server_compat
8+
url=https://github.com/jackjansen/esp32_https_server_compat
99
architectures=esp32
1010
includes=ESPWebserver.hpp

0 commit comments

Comments
 (0)