pubsubclient/CHANGES.txt

27 lines
606 B
Plaintext
Raw Normal View History

1.5
* Added default constructor
* Fixed compile error when used with arduino-0021 or later
2010-07-20 20:05:03 +01:00
1.4
* Fixed connection lost handling
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