Skip to content

Commit dc9729d

Browse files
committed
Typo fix
1 parent f043012 commit dc9729d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/menuMessages.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ void beginLogging(const char *customFileName)
539539
createNMEASentence(CUSTOM_NMEA_TYPE_DEVICE_BT_ID, nmeaMessage, sizeof(nmeaMessage), macAddress); //textID, buffer, sizeOfBuffer, text
540540
ubxFile->println(nmeaMessage);
541541

542-
//Record today's time/date into log. This is incase a log is restarted. See issue 440: https://github.com/sparkfun/SparkFun_RTK_Firmware/issues/440
542+
//Record today's time/date into log. This is in case a log is restarted. See issue 440: https://github.com/sparkfun/SparkFun_RTK_Firmware/issues/440
543543
char currentDate[sizeof("230101,120101")];
544544
snprintf(currentDate, sizeof(currentDate), "%02d%02d%02d,%02d%02d%02d",
545545
rtc.getYear() - 2000, rtc.getMonth() + 1, rtc.getDay(), //ESP32Time returns month:0-11

0 commit comments

Comments
 (0)