forked from me-no-dev/ESPAsyncWebServer
add platformio support
This commit is contained in:
21
library.json
Normal file
21
library.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user