Revert "Use single PIO manifest"

This reverts commit a7db995633.
This commit is contained in:
me-no-dev 2017-09-11 21:50:31 +03:00
parent a7db995633
commit fb7f69a6d6
2 changed files with 28 additions and 11 deletions

23
espressif32_library.json Normal file
View File

@ -0,0 +1,23 @@
{
"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"
}
}

View File

@ -15,15 +15,9 @@
"version": "1.1.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms":"espressif8266, espressif32",
"dependencies": [
{
"name": "ESPAsyncTCP",
"platforms": "espressif8266"
},
{
"name": "AsyncTCP",
"platforms": "espressif32"
}
]
"platforms":"espressif",
"dependencies":
{
"name": "ESPAsyncTCP"
}
}