quartiq / minimq

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

Fixing user property serialization #123

Closed ryan-summers closed 1 year ago

ryan-summers commented 1 year ago

This PR fixes #122 by correcting serialization of UserProperty properties. Previously, the key and value order were inverted.