Skip to content

Commit b83bce6

Browse files
committed
Fix typo
1 parent 18e3800 commit b83bce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/menuPP.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ void pointperfectApplyKeys()
791791

792792
i2cGNSS.setVal8(UBLOX_CFG_MSGOUT_UBX_RXM_COR_I2C, 1); // Enable UBX-RXM-COR messages on I2C
793793

794-
i2cGNSS.setVal8(UBLOX_CFG_NAVHPG_DGSNSSMODE, 3); // Set the differential mode - ambiguities are fixed whenever possible
794+
i2cGNSS.setVal8(UBLOX_CFG_NAVHPG_DGNSSMODE, 3); // Set the differential mode - ambiguities are fixed whenever possible
795795

796796
bool response = i2cGNSS.setDynamicSPARTNKeys(
797797
currentKeyLengthBytes, currentKeyGPSWeek, currentKeyGPSToW, settings.pointPerfectCurrentKey,

0 commit comments

Comments
 (0)