We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ec7b6 commit 979f944Copy full SHA for 979f944
Firmware/RTK_Surveyor/System.ino
@@ -45,6 +45,10 @@ bool configureUbloxModule()
45
if (response == false)
46
Serial.println(F("Set rate failed"));
47
48
+ response = i2cGNSS.disableSurveyMode(); //Disable survey
49
+ if (response == false)
50
+ Serial.println(F("Disable Survey failed"));
51
+
52
#define OUTPUT_SETTING 14
53
#define INPUT_SETTING 12
54
0 commit comments