From fb7f69a6d6da7a4db09e14c71d55203794083bf3 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Mon, 11 Sep 2017 21:50:31 +0300 Subject: [PATCH] Revert "Use single PIO manifest" This reverts commit a7db995633990220d12401345805c203a94eb1a2. --- espressif32_library.json | 23 ++++++++++++++++++++++ library.json => espressif8266_library.json | 16 +++++---------- 2 files changed, 28 insertions(+), 11 deletions(-) create mode 100644 espressif32_library.json rename library.json => espressif8266_library.json (65%) diff --git a/espressif32_library.json b/espressif32_library.json new file mode 100644 index 0000000..bd1bce8 --- /dev/null +++ b/espressif32_library.json @@ -0,0 +1,23 @@ +{ + "name":"AsyncWebServer", + "description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32", + "keywords":"http,async,websocket,webserver", + "authors": + { + "name": "Hristo Gochkov", + "maintainer": true + }, + "repository": + { + "type": "git", + "url": "https://github.com/me-no-dev/ESPAsyncWebServer.git" + }, + "version": "1.1.0", + "license": "LGPL-3.0", + "frameworks": "arduino", + "platforms":"espressif32", + "dependencies": + { + "name": "AsyncTCP" + } +} diff --git a/library.json b/espressif8266_library.json similarity index 65% rename from library.json rename to espressif8266_library.json index d77ca71..abf5fe1 100644 --- a/library.json +++ b/espressif8266_library.json @@ -15,15 +15,9 @@ "version": "1.1.0", "license": "LGPL-3.0", "frameworks": "arduino", - "platforms":"espressif8266, espressif32", - "dependencies": [ - { - "name": "ESPAsyncTCP", - "platforms": "espressif8266" - }, - { - "name": "AsyncTCP", - "platforms": "espressif32" - } - ] + "platforms":"espressif", + "dependencies": + { + "name": "ESPAsyncTCP" + } }