File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
119124const uint32_t UBLOX_CFG_ANA_USE_ANA = UBX_CFG_L | 0x10230001 ; // Use AssistNow Autonomous
You can’t perform that action at this time.
0 commit comments