semuconsulting / pyubx2

Python library for parsing and generating UBX GPS/GNSS protocol messages.
BSD 3-Clause "New" or "Revised" License
166 stars 65 forks source link

Fix structure of `SEC-SIGLOG` #157

Closed Niederb closed 2 weeks ago

Niederb commented 2 weeks ago

This PR fixes the SEC-SIGLOG message type by moving the reserved bytes into the repeated group as suggested by the interface description (Firmware version 1.40 and 1.50): https://content.u-blox.com/sites/default/files/documents/u-blox-F9-HPG-1.50_InterfaceDescription_UBXDOC-963802114-12815.pdf

Testing

I tested this change on a receiver with version 1.50

Checklist:

semuadmin commented 2 weeks ago

@Niederb - Good spot, thanks - will go into v1.2.45 shortly.