diff --git a/espressif32_library.json b/espressif32_library.json index bd1bce8..a5bf65b 100644 --- a/espressif32_library.json +++ b/espressif32_library.json @@ -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": { diff --git a/espressif8266_library.json b/espressif8266_library.json index abf5fe1..e0ce341 100644 --- a/espressif8266_library.json +++ b/espressif8266_library.json @@ -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"