Skip to content

Commit

Permalink
Update library description, category etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Jun 19, 2022
1 parent 20f3595 commit be1ed11
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
48 changes: 22 additions & 26 deletions library.json
Original file line number Diff line number Diff line change
@@ -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"
}
"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"
}
8 changes: 4 additions & 4 deletions library.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit be1ed11

Please sign in to comment.