Releases: 256dpi/esp-mqtt
Releases · 256dpi/esp-mqtt
v0.3.1
- updated lwmqtt to fix the payload length bug
v0.3.0
- updated lwmqtt and reflected changes
v0.2.0
- updated lwmqtt and reflected changes
- do not assert queue send, log a message instead
v0.1.3
- properly dispatch mqtt messages async and deadlock free
v0.1.2
- improved lock handling during connect
v0.1.1
- clarify and assert the LWIP_SO_RCVBUF requirement
- make stack size and priority configurable
- enforce LWIP_SO_RCVBUF using Kconfig