Releases: 256dpi/arduino-mqtt
Releases · 256dpi/arduino-mqtt
v1.5.1
- reflect changes on shiftr.io
v1.5.0
- Reduced installation time drastically for YunMQTTClient.
- Added an opt-out function to ensure the scripts existence on every start.
- Removed the now obsolete YunMQTTInstall example.
v1.3.2: Merge remote-tracking branch 'origin/master'
- Reverted dependency update that broke connecting.
v1.3.0
- library manager compliant
v1.3
- updated Paho library (bug fixes)
v1.2
- buffer size is now configurable
- added publish variant without payload
- updated dependencies
- little memory optimizations
v1.1
This release fixed a bug where the Arduino hang for ~1sec on every client.loop()
call. Your programs should run now with full speed. The client will only block for max 1sec if there is possible more data to receive.
v1.0
First release of the library.