This PR adds support for more messages for CFG-VAL-SET, and also add a handler for UBX-NAV-HPPOSLLH for high precision positioning.
I also added a helper for CfgValSetBuilder since it wasn't very obvious how to use it before, and some examples in the README. The cfg_val! macro now also supports documentation comment.
I'm not sure it was a good idea to add both cfg_val and NavHpPosLlh modifications in a single PR, I can split it up if it makes more sense.
This PR adds support for more messages for CFG-VAL-SET, and also add a handler for UBX-NAV-HPPOSLLH for high precision positioning.
I also added a helper for
CfgValSetBuilder
since it wasn't very obvious how to use it before, and some examples in the README. Thecfg_val!
macro now also supports documentation comment.I'm not sure it was a good idea to add both cfg_val and NavHpPosLlh modifications in a single PR, I can split it up if it makes more sense.