b3nn0/stratux

Erroneous comment block for UBX-CFG-MSG message 8 configuration bytes in gps.go

Closed this issue · 1 comments

  1. Stratux version: ALL

  2. Stratux config: N/A

  3. EFB app and version: - N/A

  4. Description of your issue:

In gps.go, the comments on Lines 513 and 530 show the wrong byte descriptions, they show the 8 bytes below the comment as:

Class - ID - DDC - UART1 - UART2 - USB - I2C - Res

The correct names for the byte descriptions is:

Class - ID - I2C - UART1 - UART2 - USB - SPI - Res

This can be confirmed by using U-Center and observing the byte patterns when selecting different port configurations for a given message.

You are correct, the comment block was inherited from the original repo and never double-checked.