forked from me-no-dev/ESPAsyncWebServer
Adjust PIO Description
This commit is contained in:
@@ -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":
|
||||||
{
|
{
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user