Releases: 256dpi/arduino-mqtt
Releases · 256dpi/arduino-mqtt
v2.5.2
10 Feb 10:36
Compare
Sorry, something went wrong.
No results found
fixed integer casting issue
added methods to support QoS1/2 retry logic
added two value constructor to specify buffer sizes separately
documented arbitrary publish payload size
added method to obtain whether a session was present
support passwords with empty usernames
support dropping overflowing messages
updated lwmqtt
v2.5.1
04 Feb 09:53
Compare
Sorry, something went wrong.
No results found
increased delay during network read
v2.5.0
22 Feb 08:53
Compare
Sorry, something went wrong.
No results found
timer rollover prevention (@drzony )
lambda based callbacks (@drzony )
small fixes
v2.4.8
14 Nov 10:16
Compare
Sorry, something went wrong.
No results found
added note about deadlock to all examples
added single option setters
fixed some IDE warnings
updated lwmqtt_client_t initialization (@amarkevich )
ip address support (@TMRh20 )
v2.4.7
09 Dec 09:51
Compare
Sorry, something went wrong.
No results found
v2.4.6
09 Dec 09:19
Compare
Sorry, something went wrong.
No results found
fixed failed read bug (#182 )
v2.4.5
05 Dec 21:25
Compare
Sorry, something went wrong.
No results found
v2.4.4
02 Dec 15:46
Compare
Sorry, something went wrong.
No results found
fixed esp8266 example and added note about TLS verification
added early detection of closed stream in lwmqtt_arduino_network_read (@dzindra )
properly set lastError value after failed connect (@luffykesh )
use the provided keep alive as defined by the spec (@luffykesh )
added ref property
v2.4.3
08 Feb 12:58
Compare
Sorry, something went wrong.
No results found
moved implementation to cpp file
added setClockSource to enable a custom clock source for deep sleep applications (thanks @jmpmscorp )
updated lwmqtt (fixes a potential integer overflow)
v2.4.2
23 Jan 12:15
Compare
Sorry, something went wrong.
No results found
properly pass skip parameter in connect calls (thanks @dzindra )