Update PubSubClient - #772
Open
vigneshmanix wants to merge 1 commit into
Open
Conversation
Updated from version 1.9 to 2.3 2.3 * Add publish(topic,payload,retained) function 2.2 * Change code layout to match Arduino Library reqs 2.1 * Add MAX_TRANSFER_SIZE def to chunk messages if needed * Reject topic/payloads that exceed MQTT_MAX_PACKET_SIZE 2.0 * Add (and default to) MQTT 3.1.1 support * Fix PROGMEM handling for Intel Galileo/ESP8266 * Add overloaded constructors for convenience * Add chainable setters for server/callback/client/stream * Add state function to return connack return code
Member
|
Thanks for the pull request @vigneshmanix! Can you please confirm that this library compiles for all Energia platforms? |
Author
|
Build is successful in |
|
I can verify that this library works with CC3200 board (non EMT) on 64-bit Linux, with Energia 17 . I tried it against hivemq public broken. Ps. There 2.4 version of the library available (although with only small fixes) |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated from version 1.9 to 2.3
Fixes #769
Changes
2.3
2.2
2.1
2.0