We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6694ea commit 0f8f188Copy full SHA for 0f8f188
Firmware/RTK_Surveyor/menuMessages.ino
@@ -938,8 +938,8 @@ void beginLogging()
938
{
939
//Based on GPS data/time, create a log file in the format SFE_Surveyor_YYMMDD_HHMMSS.ubx
940
bool timeValid = false;
941
- if (i2cGNSS.getTimeValid() == true && i2cGNSS.getDateValid() == true) //Will pass if ZED's RTC is reporting (regardless of GNSS fix)
942
- timeValid = true;
+// if (i2cGNSS.getTimeValid() == true && i2cGNSS.getDateValid() == true) //Will pass if ZED's RTC is reporting (regardless of GNSS fix)
+// timeValid = true;
943
if (i2cGNSS.getConfirmedTime() == true && i2cGNSS.getConfirmedDate() == true) //Requires GNSS fix
944
timeValid = true;
945
0 commit comments