Adjust PIO Description

This commit is contained in:
me-no-dev
2017-09-11 21:51:41 +03:00
parent fb7f69a6d6
commit 4895f973e8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name":"AsyncWebServer", "name":"AsyncWebServer",
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32", "description":"Asynchronous HTTP and WebSocket Server Library for ESP32",
"keywords":"http,async,websocket,webserver", "keywords":"http,async,websocket,webserver",
"authors": "authors":
{ {

View File

@@ -1,6 +1,6 @@
{ {
"name":"ESPAsyncWebServer", "name":"ESPAsyncWebServer",
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32", "description":"Asynchronous HTTP and WebSocket Server Library for ESP8266",
"keywords":"http,async,websocket,webserver", "keywords":"http,async,websocket,webserver",
"authors": "authors":
{ {
@@ -15,7 +15,7 @@
"version": "1.1.0", "version": "1.1.0",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"frameworks": "arduino", "frameworks": "arduino",
"platforms":"espressif", "platforms":"espressif8266",
"dependencies": "dependencies":
{ {
"name": "ESPAsyncTCP" "name": "ESPAsyncTCP"