Skip to content

Commit 979f944

Browse files
committed
Disable survey at startup.
Because state is saved to BBR, any previous SVIN is stored and brought in at POR.
1 parent e6ec7b6 commit 979f944

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Firmware/RTK_Surveyor/System.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ bool configureUbloxModule()
4545
if (response == false)
4646
Serial.println(F("Set rate failed"));
4747

48+
response = i2cGNSS.disableSurveyMode(); //Disable survey
49+
if (response == false)
50+
Serial.println(F("Disable Survey failed"));
51+
4852
#define OUTPUT_SETTING 14
4953
#define INPUT_SETTING 12
5054

0 commit comments

Comments
 (0)