From 27a33e55e7abd64083d94226354ef6a339b42518 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Sun, 20 May 2018 14:39:24 +0200 Subject: [PATCH] Adding platformio support --- library.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..d420088 --- /dev/null +++ b/library.json @@ -0,0 +1,28 @@ +{ + "name": "ESPUI", + "keywords": "espressif web interface iot control simple easy ui userinterface", + "description": "ESP32 and ESP8266 Web Interface Library", + "repository": + { + "type": "git", + "url": "https://github.com/s00500/ESPUI.git" + }, + "authors": + [ + { + "name": "Lukas Bachschwell", + "email": "lukas@lbsfilm.at", + "url": "https://lbsfilm.at", + "maintainer": true + } + ], + "dependencies": + { + "name": "ESP Async WebServer", + "authors": "Hristo Gochkov", + "frameworks": "arduino" + }, + "version": "1.4.6", + "frameworks": "arduino", + "platforms": "*" +} \ No newline at end of file