Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit fb7f69a

Browse files
committed
Revert "Use single PIO manifest"
This reverts commit a7db995.
1 parent a7db995 commit fb7f69a

2 files changed

Lines changed: 28 additions & 11 deletions

File tree

espressif32_library.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name":"AsyncWebServer",
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",
8+
"maintainer": true
9+
},
10+
"repository":
11+
{
12+
"type": "git",
13+
"url": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
14+
},
15+
"version": "1.1.0",
16+
"license": "LGPL-3.0",
17+
"frameworks": "arduino",
18+
"platforms":"espressif32",
19+
"dependencies":
20+
{
21+
"name": "AsyncTCP"
22+
}
23+
}

library.json renamed to espressif8266_library.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,9 @@
1515
"version": "1.1.0",
1616
"license": "LGPL-3.0",
1717
"frameworks": "arduino",
18-
"platforms":"espressif8266, espressif32",
19-
"dependencies": [
20-
{
21-
"name": "ESPAsyncTCP",
22-
"platforms": "espressif8266"
23-
},
24-
{
25-
"name": "AsyncTCP",
26-
"platforms": "espressif32"
27-
}
28-
]
18+
"platforms":"espressif",
19+
"dependencies":
20+
{
21+
"name": "ESPAsyncTCP"
22+
}
2923
}

0 commit comments

Comments
 (0)