Skip to content

Commit

Permalink
Register correctly to the platformio registery
Browse files Browse the repository at this point in the history
  • Loading branch information
plapointe6 committed Jul 14, 2019
1 parent 60294d6 commit 756be54
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name":"EspMQTTClient",
"description":"A library that provides a wifi and MQTT connection to an ESP8266/ESP32",
"keywords":"mqtt,wifi,iot",
"authors":
{
"name": "Patrick Lapointe",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/plapointe6/EspMQTTClient.git"
},
"version": "1.6.0",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"dependencies": [
{
"name": "PubSubClient",
"platforms": ["espressif8266", "espressif32"]
}
]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=EspMQTTClient
version=1.5
version=1.6.0
author=Patrick Lapointe <[email protected]>
maintainer=Patrick Lapointe <[email protected]>
sentence=A library that provides a wifi and MQTT connection to an ESP8266/ESP32
Expand Down

0 comments on commit 756be54

Please sign in to comment.