quartiq / minimq

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

Refactoring builder to accept a single buffer #146

Closed ryan-summers closed 1 year ago

ryan-summers commented 1 year ago

This PR simplifies usability of the Config structure builder by only requiring a single user buffer.

This is a follow-on to #145 to simplify builder arguments.