Closed Niederb closed 2 months 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
SEC-SIGLOG
I tested this change on a receiver with version 1.50
tests/test_*.py
@Niederb - Good spot, thanks - will go into v1.2.45 shortly.
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.pdfTesting
I tested this change on a receiver with version 1.50
Checklist:
tests/test_*.py
unittest suite to maintain >= 99% code coverage.tests/test_*.py
unittest suite.