Re-layout project to match Arduino Library reqs

This commit is contained in:
Nick O'Leary 2015-09-07 22:56:53 +01:00
parent da87f50b98
commit 5ace47bc93
11 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
2.2
* Change code layout to match Arduino Library reqs
2.1 2.1
* Add MAX_TRANSFER_SIZE def to chunk messages if needed * Add MAX_TRANSFER_SIZE def to chunk messages if needed
* Reject topic/payloads that exceed MQTT_MAX_PACKET_SIZE * Reject topic/payloads that exceed MQTT_MAX_PACKET_SIZE

View File

@ -1,5 +1,5 @@
name=PubSubClient name=PubSubClient
version=2.1 version=2.2
author=Nick O'Leary <nick.oleary@gmail.com> author=Nick O'Leary <nick.oleary@gmail.com>
maintainer=Nick O'Leary <nick.oleary@gmail.com> maintainer=Nick O'Leary <nick.oleary@gmail.com>
sentence=A client library for MQTT messaging. sentence=A client library for MQTT messaging.