Releases: 256dpi/arduino-mqtt
Releases · 256dpi/arduino-mqtt
v2.4.1
- fix duplicate symbols (@sandeepmistry)
v2.4.0
v2.3.3
v2.3.2
- annotated keepAlive interval unit @MajorBreakfast
- document that
setWill()
only works if it is called beforeconnect()
@MajorBreakfast - make connection closing more explicit
- updated lwmqtt
- renamed secure examples
v2.3.1
v2.3.0
v2.2.2
v2.2.1
v2.2.0
- lower default keep alive to 10s
- updated to latest lwmqtt (introduces some fixes for keep alive issues)
- simplify callback handling (fixed a bug due to msg.payload beeing sometimes NULL)
- close a left open connection on a new connection attempt
- small code cleanups and refactorings