From 4895f973e89ef0cdf91de626c7a3525b85417d7e Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Mon, 11 Sep 2017 21:51:41 +0300 Subject: [PATCH] Adjust PIO Description --- espressif32_library.json | 2 +- espressif8266_library.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"