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()
511
511
}
512
512
else
513
513
{
514
- ESP_LOGD (TAG, " No increase in file size" );
514
+ ESP_LOGD (TAG, " Log file: No increase in file size" );
515
515
logIncreasing = false ;
516
516
}
517
517
}
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ void updateSystemState()
617
617
{
618
618
if (incomingSettingsSpot > 0 )
619
619
{
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
621
621
if (millis () - timeSinceLastIncomingSetting > 750 )
622
622
{
623
623
Serial.print (" Parsing: " );
@@ -638,7 +638,7 @@ void updateSystemState()
638
638
// Setup device for testing
639
639
case (STATE_TEST):
640
640
{
641
- // Don't enter testing
641
+ // Debounce entry into test menu
642
642
if (millis () - lastTestMenuChange > 500 )
643
643
{
644
644
// Enable RTCM 1230. This is the GLONASS bias sentence and is transmitted
You can’t perform that action at this time.
0 commit comments