Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 4895f97

Browse files
committed
Adjust PIO Description
1 parent fb7f69a commit 4895f97

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

espressif32_library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"AsyncWebServer",
3-
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
3+
"description":"Asynchronous HTTP and WebSocket Server Library for ESP32",
44
"keywords":"http,async,websocket,webserver",
55
"authors":
66
{

espressif8266_library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ESPAsyncWebServer",
3-
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
3+
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266",
44
"keywords":"http,async,websocket,webserver",
55
"authors":
66
{
@@ -15,7 +15,7 @@
1515
"version": "1.1.0",
1616
"license": "LGPL-3.0",
1717
"frameworks": "arduino",
18-
"platforms":"espressif",
18+
"platforms":"espressif8266",
1919
"dependencies":
2020
{
2121
"name": "ESPAsyncTCP"

0 commit comments

Comments
 (0)