Skip to content

Commit 86c1bfa

Browse files
committed
Remove dynamic model setting during base mode
1 parent dc9729d commit 86c1bfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Firmware/RTK_Surveyor/Base.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ bool configureUbloxModuleBase()
4646
if (commandSupported(UBLOX_CFG_TMODE_MODE) == true)
4747
response &= theGNSS.addCfgValset(UBLOX_CFG_TMODE_MODE, 0); //Disable survey-in mode
4848

49-
response &= theGNSS.addCfgValset(UBLOX_CFG_NAVSPG_DYNMODEL, (dynModel)settings.dynamicModel); //Set dynamic model
49+
//Note that using UBX-CFG-TMODE3 to set the receiver mode to Survey In or to Fixed Mode, will set
50+
//automatically the dynamic platform model (CFG-NAVSPG-DYNMODEL) to Stationary.
51+
//response &= theGNSS.addCfgValset(UBLOX_CFG_NAVSPG_DYNMODEL, (dynModel)settings.dynamicModel); //Not needed
5052

5153
//RTCM is only available on ZED-F9P modules
5254
//

0 commit comments

Comments
 (0)