forked from me-no-dev/ESPAsyncWebServer
Use single PIO manifest
Fixes: https://github.com/me-no-dev/ESPAsyncWebServer/issues/223
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"name":"AsyncWebServer",
|
|
||||||
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
|
|
||||||
"keywords":"http,async,websocket,webserver",
|
|
||||||
"authors":
|
|
||||||
{
|
|
||||||
"name": "Hristo Gochkov",
|
|
||||||
"maintainer": true
|
|
||||||
},
|
|
||||||
"repository":
|
|
||||||
{
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
|
|
||||||
},
|
|
||||||
"version": "1.1.0",
|
|
||||||
"license": "LGPL-3.0",
|
|
||||||
"frameworks": "arduino",
|
|
||||||
"platforms":"espressif32",
|
|
||||||
"dependencies":
|
|
||||||
{
|
|
||||||
"name": "AsyncTCP"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -15,9 +15,15 @@
|
|||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms":"espressif",
|
"platforms":"espressif8266, espressif32",
|
||||||
"dependencies":
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "ESPAsyncTCP"
|
"name": "ESPAsyncTCP",
|
||||||
|
"platforms": "espressif8266"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "AsyncTCP",
|
||||||
|
"platforms": "espressif32"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user