Skip to content

Commit 3c91e5b

Browse files
authored
Merge pull request #88 from sparkfun/release_candidate
Correct UBLOX_CFG_NAVSPG_INFIL_MINELEV - resolve #86
2 parents 2d2fc00 + a850354 commit 3c91e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/u-blox_config_keys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ const uint32_t UBLOX_CFG_NAVSPG_USRDAT_SCALE = UBX_CFG_R4 | 0x4011006a; // ppm
10191019
const uint32_t UBLOX_CFG_NAVSPG_INFIL_MINSVS = UBX_CFG_U1 | 0x201100a1; // Minimum number of satellites for navigation
10201020
const uint32_t UBLOX_CFG_NAVSPG_INFIL_MAXSVS = UBX_CFG_U1 | 0x201100a2; // Maximum number of satellites for navigation
10211021
const uint32_t UBLOX_CFG_NAVSPG_INFIL_MINCNO = UBX_CFG_U1 | 0x201100a3; // Minimum satellite signal level for navigation
1022-
const uint32_t UBLOX_CFG_NAVSPG_INFIL_MINELEV = UBX_CFG_U1 | 0x201100a4; // Minimum elevation for a GNSS satellite to be used in navigation
1022+
const uint32_t UBLOX_CFG_NAVSPG_INFIL_MINELEV = UBX_CFG_I1 | 0x201100a4; // Minimum elevation for a GNSS satellite to be used in navigation
10231023
const uint32_t UBLOX_CFG_NAVSPG_INFIL_NCNOTHRS = UBX_CFG_U1 | 0x201100aa; // Number of satellites required to have C/N0 above const uint32_t UBLOX_CFG_NAVSPG-INFIL_CNOTHRS for a fix to be attempted
10241024
const uint32_t UBLOX_CFG_NAVSPG_INFIL_CNOTHRS = UBX_CFG_U1 | 0x201100ab; // C/N0 threshold for deciding whether to attempt a fix
10251025
const uint32_t UBLOX_CFG_NAVSPG_OUTFIL_PDOP = UBX_CFG_U2 | 0x301100b1; // Output filter position DOP mask (threshold)

0 commit comments

Comments
 (0)