We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a9753 commit e444eb0Copy full SHA for e444eb0
Firmware/RTK_Everywhere/GNSS_Mosaic.ino
@@ -69,7 +69,7 @@ void menuLogMosaic()
69
systemPrintln(mosaicFileDurations[settings.RINEXFileDuration].humanName);
70
71
systemPrint("4) Set RINEX observation interval: ");
72
- systemPrint(mosaicObsIntervals[settings.RINEXObsInterval].humanName);
+ systemPrintln(mosaicObsIntervals[settings.RINEXObsInterval].humanName);
73
}
74
75
systemPrintln("x) Exit");
0 commit comments