add platformio support

This commit is contained in:
Me No Dev 2016-05-10 11:40:18 +03:00
parent 00f40c0608
commit c22033258b
1 changed files with 21 additions and 0 deletions

21
library.json Normal file
View File

@ -0,0 +1,21 @@
{
"name":"ESPAsyncWebServer",
"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"
},
"frameworks": "espressif",
"platforms":"arduino",
"dependencies":
{
"name": "ESPAsyncTCP"
}
}