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