From 4c4f27667cf3e79468b74c65d9d9ce8204657cab Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Sun, 22 Apr 2018 16:26:08 +0200 Subject: [PATCH] Zmena struktury knihovny. --- library.json | 22 ++++++++++++++++++++++ WiFiConfig.cpp => src/WiFiConfig.cpp | 0 WiFiConfig.h => src/WiFiConfig.h | 0 embHTML.h => src/embHTML.h | 0 4 files changed, 22 insertions(+) create mode 100644 library.json rename WiFiConfig.cpp => src/WiFiConfig.cpp (100%) rename WiFiConfig.h => src/WiFiConfig.h (100%) rename embHTML.h => src/embHTML.h (100%) diff --git a/library.json b/library.json new file mode 100644 index 0000000..74d01eb --- /dev/null +++ b/library.json @@ -0,0 +1,22 @@ +{ + "name":"WiFiConfig", + "description":"Web based WiFi part configuration for the ESP8266 SoC", + "keywords":"wifi,configuration", + "authors": + { + "name": "Pavel Brychta", + "maintainer": true + }, + "repository": + { + "type": "git", + "url": "http://git.xpablo.cz/pablo2048/WiFiConfig.git" + }, + "version": "5.4", + "license": "MIT", + "frameworks": "arduino", + "platforms": "espressif8266", + "build": { + "libCompatMode": 2 + } +} diff --git a/WiFiConfig.cpp b/src/WiFiConfig.cpp similarity index 100% rename from WiFiConfig.cpp rename to src/WiFiConfig.cpp diff --git a/WiFiConfig.h b/src/WiFiConfig.h similarity index 100% rename from WiFiConfig.h rename to src/WiFiConfig.h diff --git a/embHTML.h b/src/embHTML.h similarity index 100% rename from embHTML.h rename to src/embHTML.h