diff --git a/library.json b/library.json index de8e1f2..035b02c 100644 --- a/library.json +++ b/library.json @@ -1,27 +1,23 @@ { - "name": "ksIotFrameworkLib", - "version": "1.0.0", - "description": "Arduino based Library for ESP32/ESP8266 - composition oriented internet of things framework that provides easy to use architecture, handles device setup (wifi manager), network connectivity, MQTT telemetry protocol and more... ", - "keywords": "planet, happiness, people", - "repository": - { - "type": "git", - "url": "https://github.com/cziter15/ksIotFrameworkLib.git" - }, - "authors": - [ - { - "name": "Krzysztof Strehlau" - } - ], - "build" : { - "extraScript" : "rtti_fix.py" - }, - "license": "MIT", - "dependencies": { - "tzapu/WiFiManager": "https://github.com/tzapu/WiFiManager", - "knolleary/PubSubClient": "https://github.com/knolleary/pubsubclient" - }, - "frameworks": "arduino", - "platforms": "esp32,esp8266" - } \ No newline at end of file + "name": "ksIotFrameworkLib", + "version": "1.0.0", + "description": "Arduino based Library for ESP32/ESP8266 - composition oriented internet of things framework that provides easy to use architecture, handles device setup (wifi manager), network connectivity, MQTT telemetry protocol and more... ", + "keywords": "iot, framework, esp32, esp8266, library", + "repository": { + "type": "git", + "url": "https://github.com/cziter15/ksIotFrameworkLib.git" + }, + "authors": [ + {"name": "Krzysztof Strehlau"} + ], + "build": { + "extraScript": "rtti_fix.py" + }, + "license": "MIT", + "dependencies": { + "tzapu/WiFiManager": "https://github.com/tzapu/WiFiManager", + "knolleary/PubSubClient": "https://github.com/knolleary/pubsubclient" + }, + "frameworks": "arduino", + "platforms": "esp32,esp8266" +} \ No newline at end of file diff --git a/library.properties b/library.properties index b474a08..8dcc7f5 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ name=ksIotFrameworkLib version=1.0.0 -author=Krzysztof -maintainer=Krzysztof +author=Krzysztof Strehlau +maintainer=Krzysztof Strehlau sentence=ksIotFrameworkLib Library -paragraph= -category=Uncategorized +paragraph=Arduino based Library for ESP32/ESP8266 - composition oriented internet of things framework that provides easy to use architecture, handles device setup (wifi manager), network connectivity, MQTT telemetry protocol and more... +category=Other url=https://github/cziter15/ksIotFrameworkLib architectures=esp32,esp8266 precompiled=true \ No newline at end of file