Skip to content

Commit a5c0f1e

Browse files
committed
More UBX-CFG replacements
1 parent 1eb0811 commit a5c0f1e

File tree

4 files changed

+506
-641
lines changed

4 files changed

+506
-641
lines changed

src/u-blox_Class_and_ID.h

+4-2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ const uint8_t UBX_NMEA_MAINTALKERID_GL = 0x02; // main talker ID is G
9393
const uint8_t UBX_NMEA_MAINTALKERID_GN = 0x03; // main talker ID is combined receiver
9494
const uint8_t UBX_NMEA_MAINTALKERID_GA = 0x04; // main talker ID is Galileo
9595
const uint8_t UBX_NMEA_MAINTALKERID_GB = 0x05; // main talker ID is BeiDou
96+
const uint8_t UBX_NMEA_MAINTALKERID_GQ = 0x07; // main talker ID is QZSS
9697
const uint8_t UBX_NMEA_GSVTALKERID_GNSS = 0x00; // GNSS specific Talker ID (as defined by NMEA)
9798
const uint8_t UBX_NMEA_GSVTALKERID_MAIN = 0x01; // use the main Talker ID
9899

@@ -331,9 +332,10 @@ enum sfe_ublox_gnss_ids_e
331332
SFE_UBLOX_GNSS_ID_SBAS,
332333
SFE_UBLOX_GNSS_ID_GALILEO,
333334
SFE_UBLOX_GNSS_ID_BEIDOU,
334-
SFE_UBLOX_GNSS_ID_IMES,
335+
SFE_UBLOX_GNSS_ID_IMES, // Note! IMES has no UBLOX_CFG_SIGNAL__ENA configuration key...
335336
SFE_UBLOX_GNSS_ID_QZSS,
336-
SFE_UBLOX_GNSS_ID_GLONASS
337+
SFE_UBLOX_GNSS_ID_GLONASS,
338+
SFE_UBLOX_GNSS_ID_UNKNOWN
337339
};
338340

339341
// The GNSS identifiers of leap second event info source - used by UBX-NAV-TIMELS

0 commit comments

Comments
 (0)