-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #683 from uschindler/dev/update_2_10
Update pubsubclient to v2.11.0 by thingsboard
- Loading branch information
Showing
7 changed files
with
294 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
{ | ||
"name": "PubSubClient", | ||
"keywords": "ethernet, mqtt, m2m, iot", | ||
"name": "TBPubSubClient", | ||
"keywords": "ethernet, mqtt, m2m, iot, thingsboard, messages", | ||
"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.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/knolleary/pubsubclient.git" | ||
"url": "https://github.com/thingsboard/pubsubclient.git" | ||
}, | ||
"version": "2.8", | ||
"version": "2.10.0", | ||
"exclude": "tests", | ||
"examples": "examples/*/*.ino", | ||
"frameworks": "arduino", | ||
"platforms": [ | ||
"atmelavr", | ||
"espressif8266", | ||
"espressif32" | ||
"espressif32", | ||
"rp2040" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name=PubSubClient | ||
version=2.8 | ||
author=Nick O'Leary <[email protected]> | ||
maintainer=Nick O'Leary <[email protected]> | ||
name=TBPubSubClient | ||
version=2.10.0 | ||
author=ThingsBoard <[email protected]> | ||
maintainer=ThingsBoard Team | ||
sentence=A client library for MQTT messaging. | ||
paragraph=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. | ||
category=Communication | ||
|
Oops, something went wrong.