Releases: 256dpi/arduino-mqtt
Releases · 256dpi/arduino-mqtt
v2.4.1
11 Oct 18:10
Compare
Sorry, something went wrong.
No results found
v2.4.0
11 Oct 12:23
Compare
Sorry, something went wrong.
No results found
updated lwmqtt to fix not initialized return code
retain will topic and payload
inlined system functions
treat zero return code from net->connect()
as an error
added skip option to allow establishing network connections manually
v2.3.3
21 Jul 10:36
Compare
Sorry, something went wrong.
No results found
duplicate hostnames to fix issues with pointers that go away
v2.3.2
13 Jun 07:53
Compare
Sorry, something went wrong.
No results found
annotated keepAlive interval unit @MajorBreakfast
document that setWill()
only works if it is called before connect()
@MajorBreakfast
make connection closing more explicit
updated lwmqtt
renamed secure examples
v2.3.1
15 Mar 10:30
Compare
Sorry, something went wrong.
No results found
changed boolean to bool (#99 by @Rotzbua )
added main MQTT.h header file (#102 by @sandeepmistry )
updated examples to not rely on Arduinos forward declaration generation
v2.3.0
15 Feb 11:16
Compare
Sorry, something went wrong.
No results found
fixed some compiler warnings (#92 , #97 )
added examples for the Arduino MKR GSM 1400 boards (#98 )
v2.2.2
25 Dec 11:00
Compare
Sorry, something went wrong.
No results found
allow connecting with only a username (#90 )
v2.2.1
14 Nov 09:21
Compare
Sorry, something went wrong.
No results found
updated lwmqtt (fixes wrong qos flow)
v2.2.0
18 Oct 14:47
Compare
Sorry, something went wrong.
No results found
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
v2.1.4
29 Sep 13:58
Compare
Sorry, something went wrong.
No results found
fixed an integer overflow bug on 16bit platforms