File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments