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