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",
"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",
"authors":
{

View File

@ -1,6 +1,6 @@
{
"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",
"authors":
{
@ -15,7 +15,7 @@
"version": "1.1.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms":"espressif",
"platforms":"espressif8266",
"dependencies":
{
"name": "ESPAsyncTCP"