Skip to content

Commit 0fe906e

Browse files
committed
Changed URL references to fhessel
1 parent 0df8800 commit 0fe906e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"repository":
1818
{
1919
"type": "git",
20-
"url": "https://github.com/jackjansen/esp32_https_server_compat.git"
20+
"url": "https://github.com/fhessel/esp32_https_server_compat.git"
2121
},
2222
"dependencies": [
2323
{
2424
"name": "esp32_https_server",
25-
"version": "https://github.com/jackjansen/esp32_https_server.git#bodyparser"
25+
"version": "https://github.com/fhessel/esp32_https_server.git"
2626
}
2727
],
2828
"license": "MIT",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ 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/jackjansen/esp32_https_server_compat
8+
url=https://github.com/fhessel/esp32_https_server_compat
99
architectures=esp32
1010
includes=ESPWebserver.hpp

platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ framework = arduino
66
platform = espressif32@>=1.11
77
board = lolin32
88
lib_ldf_mode = deep+
9-
lib_deps = https://github.com/jackjansen/esp32_https_server.git#bodyparser
9+
lib_deps = https://github.com/fhessel/esp32_https_server.git
1010
build_flags = -DHTTPS_LOGLEVEL=4 -DHTTPS_REQUEST_MAX_REQUEST_LENGTH=800
1111
src_filter = +<*> +<../examples/FormServer/>
1212
debug_tool = minimodule
@@ -19,7 +19,7 @@ framework = arduino
1919
platform = espressif32@>=1.11
2020
board = lolin32
2121
lib_ldf_mode = deep+
22-
lib_deps = https://github.com/jackjansen/esp32_https_server.git#bodyparser
22+
lib_deps = https://github.com/fhessel/esp32_https_server.git
2323
build_flags = -DHTTPS_LOGLEVEL=4 -DHTTPS_REQUEST_MAX_REQUEST_LENGTH=800
2424
src_filter = +<*> +<../examples/FormServer/>
2525
monitor_speed = 115200
@@ -30,7 +30,7 @@ framework = arduino
3030
platform = espressif32@>=1.11
3131
board = lolin32
3232
lib_ldf_mode = deep+
33-
lib_deps = https://github.com/jackjansen/esp32_https_server.git#bodyparser
33+
lib_deps = https://github.com/fhessel/esp32_https_server.git
3434
build_flags = -DHTTPS_LOGLEVEL=4 -DHTTPS_REQUEST_MAX_REQUEST_LENGTH=800
3535
src_filter = +<*> +<../examples/HelloServer/>
3636
debug_tool = minimodule
@@ -43,7 +43,7 @@ framework = arduino
4343
platform = espressif32@>=1.11
4444
board = lolin32
4545
lib_ldf_mode = deep+
46-
lib_deps = https://github.com/jackjansen/esp32_https_server.git#bodyparser
46+
lib_deps = https://github.com/fhessel/esp32_https_server.git
4747
build_flags = -DHTTPS_LOGLEVEL=4 -DHTTPS_REQUEST_MAX_REQUEST_LENGTH=800
4848
src_filter = +<*> +<../examples/HelloServer/>
4949
monitor_speed = 115200

0 commit comments

Comments
 (0)