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 8a998e9 commit 4265f60Copy full SHA for 4265f60
Firmware/RTK_Everywhere/GNSS_ZED.ino
@@ -309,6 +309,8 @@ bool GNSS_ZED::beginPPS()
309
return (response);
310
}
311
312
+//----------------------------------------
313
+// Returns true if the 5 'standard' messages are enabled
314
//----------------------------------------
315
bool GNSS_ZED::checkNMEARates()
316
{
@@ -1134,10 +1136,10 @@ uint8_t GNSS_ZED::getLoggingType()
1134
1136
1135
1137
if (checkNMEARates())
1138
- loggingType = LOGGING_STANDARD;
1139
+ logType = LOGGING_STANDARD;
1140
1141
if (checkPPPRates())
- loggingType = LOGGING_PPP;
1142
+ logType = LOGGING_PPP;
1143
1144
1145
0 commit comments