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

Commit 6edc431

Browse files
ivankravetsme-no-dev
authored andcommitted
Use common manifest for ESP8266 / ESP32 dev/platforms with @platformio (me-no-dev#292)
1 parent 63b5303 commit 6edc431

2 files changed

Lines changed: 14 additions & 31 deletions

File tree

espressif8266_library.json

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name":"AsyncWebServer",
3-
"description":"Asynchronous HTTP and WebSocket Server Library for ESP32",
2+
"name":"ESP Async WebServer",
3+
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
44
"keywords":"http,async,websocket,webserver",
55
"authors":
66
{
@@ -12,12 +12,18 @@
1212
"type": "git",
1313
"url": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
1414
},
15-
"version": "1.1.0",
15+
"version": "1.1.1",
1616
"license": "LGPL-3.0",
1717
"frameworks": "arduino",
18-
"platforms": ["espressif32", "espressif32_stage"],
19-
"dependencies":
20-
{
21-
"name": "AsyncTCP"
22-
}
18+
"platforms": ["espressif8266", "espressif32"],
19+
"dependencies": [
20+
{
21+
"name": "ESPAsyncTCP",
22+
"platforms": "espressif8266"
23+
},
24+
{
25+
"name": "AsyncTCP",
26+
"platforms": "espressif32"
27+
}
28+
]
2329
}

0 commit comments

Comments
 (0)