quartiq / minimq

Minimal no_std MQTT v5.0 client implementation
MIT License
143 stars 16 forks source link

Updating will to use builder semantics #148

Closed ryan-summers closed 1 year ago

ryan-summers commented 1 year ago

Updating the will to be a bit more usable with builder semantics. Ref https://github.com/quartiq/miniconf/pull/179#discussion_r1311439931

Also flagging an attempt to assign multiple wills as an error. This would potentially just lose allocated memory.