Skip to content

Commit d7c70f1

Browse files
committed
Small typo corrections
1 parent 323c086 commit d7c70f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ void updateLogs()
511511
}
512512
else
513513
{
514-
ESP_LOGD(TAG, "No increase in file size");
514+
ESP_LOGD(TAG, "Log file: No increase in file size");
515515
logIncreasing = false;
516516
}
517517
}

Firmware/RTK_Surveyor/States.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ void updateSystemState()
617617
{
618618
if (incomingSettingsSpot > 0)
619619
{
620-
//Allow for 150ms before we parse buffer for all data to arrive
620+
//Allow for 750ms before we parse buffer for all data to arrive
621621
if (millis() - timeSinceLastIncomingSetting > 750)
622622
{
623623
Serial.print("Parsing: ");
@@ -638,7 +638,7 @@ void updateSystemState()
638638
//Setup device for testing
639639
case (STATE_TEST):
640640
{
641-
//Don't enter testing
641+
//Debounce entry into test menu
642642
if (millis() - lastTestMenuChange > 500)
643643
{
644644
//Enable RTCM 1230. This is the GLONASS bias sentence and is transmitted

0 commit comments

Comments
 (0)