Skip to content

Commit

Permalink
NMEA 4.10 GxGST update
Browse files Browse the repository at this point in the history
Add signal_id
  • Loading branch information
bettellam authored Aug 2, 2024
1 parent 4abc205 commit c0e101d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/nmea/sentence.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ typedef struct _nmeaGPGSV
int sat_count; //!< Total number of satellites in view
char pack_type; //!< P=GPS - S=SBas - N=generic - L=GLONAS - A=GALILEO - B=BEIDOU - Q=QZSS
nmeaSATELLITE sat_data[NMEA_SATINPACK];
char signal_id; //!< NMEA v4.1 - ID of the ranging signal

} nmeaGPGSV;

Expand Down

0 comments on commit c0e101d

Please sign in to comment.