Releases: monstrenyatko/ArduinoMqtt
Releases · monstrenyatko/ArduinoMqtt
v1.6.0
v1.5.1
v1.5.0
v1.4.2
v1.4.1
- [Issue #8] Improve
NetworkClientImpl
template to avoidESP
WiFiClient
fatal exception.
TheESP
WiFiClient
may throw the Exception 28 ifClient::read
method is called after disconnection.NetworkClientImpl
need to perform connectivity check to avoidESP
fatal exception. - Improve detection of the network disconnect.
v1.4.0
v1.3.1
v1.3.0
- Define
min
template ofmin
macro is not available. - Explicitly cast to
uint8_t
in case ofClient
interface. - Use
PSTR
only forAVR
. - Add ability to call an external
yield
function. - Add ConnectEsp8266WiFiClient example.
v1.2.0
- Add explicit include of
stdarg.h
. - Implement single/global
platformio.ini
file. - Update
PubSub
example. - Add keep-alive smart delay.
- Fix unexpected 'List of message handlers is full' error.
v1.1.0
- Add
NetworkClientImpl
template. Simple usage of the network implementors compatible withArduino Client
interface likeEthernetClient
- Add
ConnectEthernetClient
example - Define
min
macro for non Arduino environments. Do not usestd::min
for better portability. - Add
PlatformIO
library info