Skip to content

Commit c8dddfc

Browse files
committed
Print full svinMeanAccuracy decimal during survey-in
1 parent 99a6196 commit c8dddfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/States.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ void updateSystemState()
328328
systemPrint("Time elapsed: ");
329329
systemPrint(svinObservationTime);
330330
systemPrint(" Accuracy: ");
331-
systemPrint(svinMeanAccuracy);
331+
systemPrint(svinMeanAccuracy, 3);
332332
systemPrint(" SIV: ");
333333
systemPrint(numSV);
334334
systemPrintln();

0 commit comments

Comments
 (0)