Skip to content

Commit d010e72

Browse files
committed
Rover print satellites-in-view in accuracy messages
1 parent 50a6f24 commit d010e72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Surveyor/Rover.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ void updateAccuracyLEDs()
156156
{
157157
systemPrint("Rover Accuracy (m): ");
158158
systemPrint(horizontalAccuracy, 4); // Print the accuracy with 4 decimal places
159+
systemPrint(", SIV: ");
160+
systemPrint(numSV);
159161
systemPrintln();
160162
}
161163

0 commit comments

Comments
 (0)