Releases: 256dpi/lwmqtt
Releases · 256dpi/lwmqtt
v0.9.0
- renamed connect options and changed publish signature
- renamed connect options initializer
- make connect options optional and a pointer
- moved return code to connect options
- moved return code to connect options
- correct session present bit location
- removed leftover dup flag from acks
v0.8.0
v0.7.0
v0.6.4
v0.6.3
v0.6.2
v0.6.1
- added docs on error handling
- example: peek after select to only yield if data is really available
- added pio config
- fixed wrong connect flags: discovered by @mattiabertorello: 256dpi/arduino-mqtt#108