pubsubclient/CHANGES.txt

20 lines
464 B
Plaintext
Raw Normal View History

2010-02-27 21:42:32 +00:00
1.3
* Fixed packet reading bug in PubSubClient.readPacket
1.2
* Fixed compile error when used with arduino-0016 or later
2009-02-02 11:12:39 +00:00
1.1
* Reduced size of library
* Added support for Will messages
* Clarified licensing - see LICENSE.txt
1.0
* Only Quality of Service (QOS) 0 messaging is supported
* The maximum message size, including header, is 128 bytes
* The keepalive interval is set to 30 seconds
* No support for Will messages