Skip to content

Commit cf3fb33

Browse files
committed
Add key for NEO-F10N GPS L5 health override
1 parent e39502a commit cf3fb33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/u-blox_config_keys.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ const uint32_t UBX_CFG_SIZE_MASK = 0x0F00F000; // Bit mask
114114

115115
// Below are the key values for a given configuration setting
116116

117+
// UNDOCUMENTED Keys for the NEO-F10N (SPG 6.00)
118+
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
119+
// From the code example in the NEO-F10N Integration Manual. Set True to override the GPS L5 health status with GPS L1.
120+
const uint32_t UBLOX_CFG_SIGNAL_GPS_L5_HEALTH_OVERRIDE = UBX_CFG_L | 0x10320001;
121+
117122
// CFG-ANA: AssistNow Autonomous and Offline configuration
118123
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
119124
const uint32_t UBLOX_CFG_ANA_USE_ANA = UBX_CFG_L | 0x10230001; // Use AssistNow Autonomous

0 commit comments

Comments
 (0)