Skip to content

Commit 9a8806d

Browse files
committed
Add custom AsyncTCP dependency
1 parent f71e3d4 commit 9a8806d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

library.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
2-
"name":"ESP Async WebServer",
3-
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
4-
"keywords":"http,async,websocket,webserver",
5-
"authors":
6-
{
7-
"name": "Hristo Gochkov",
2+
"name": "ESP Async WebServer",
3+
"description": "Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
4+
"keywords": "http,async,websocket,webserver",
5+
"authors": {
6+
"name": "Daniel Nemeth",
87
"maintainer": true
98
},
10-
"repository":
11-
{
9+
"repository": {
1210
"type": "git",
13-
"url": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
11+
"url": "https://github.com/nthd/ESPAsyncWebServer.git"
1412
},
15-
"version": "1.2.3",
13+
"version": "1.0.0",
1614
"license": "LGPL-3.0",
1715
"frameworks": "arduino",
18-
"platforms": ["espressif8266", "espressif32"],
16+
"platforms": [
17+
"espressif8266",
18+
"espressif32"
19+
],
1920
"dependencies": [
2021
{
2122
"owner": "me-no-dev",
@@ -24,14 +25,13 @@
2425
"platforms": "espressif8266"
2526
},
2627
{
27-
"owner": "me-no-dev",
2828
"name": "AsyncTCP",
29-
"version": "^1.1.1",
29+
"version": "https://github.com/nthd/AsyncTCP.git",
3030
"platforms": "espressif32"
3131
},
3232
{
3333
"name": "Hash",
3434
"platforms": "espressif8266"
3535
}
3636
]
37-
}
37+
}

0 commit comments

Comments
 (0)