Skip to content

Commit 4739ca0

Browse files
committed
Update library files
closes #44
1 parent 36bb1ff commit 4739ca0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

library.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "PubSubClient",
3+
"keywords": "ethernet, mqtt, m2m, iot",
4+
"description": "A client library for MQTT messaging. MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It supports the latest MQTT 3.1.1 protocol and can be configured to use the older MQTT 3.1 if needed. It supports all Arduino Ethernet Client compatible hardware, including the Intel Galileo/Edison, ESP8266 and TI CC3000.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/knolleary/pubsubclient.git"
8+
},
9+
"version": "2.5",
10+
"exclude": "tests",
11+
"examples": "examples/*/*.ino",
12+
"frameworks": "arduino",
13+
"platforms": [
14+
"atmelavr",
15+
"espressif"
16+
]
17+
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=PubSubClient
2-
version=2.4
2+
version=2.5
33
author=Nick O'Leary <nick.oleary@gmail.com>
44
maintainer=Nick O'Leary <nick.oleary@gmail.com>
55
sentence=A client library for MQTT messaging.

0 commit comments

Comments
 (0)