From c22033258bc34398a0858e624b34f5ecc010f332 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Tue, 10 May 2016 11:40:18 +0300 Subject: [PATCH] add platformio support --- library.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..eb2e2db --- /dev/null +++ b/library.json @@ -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" + } +}