Skip to content

Commit 8d8f214

Browse files
authored
Merge pull request #494 from LeeLeahy2/rover-siv
Rover print satellites-in-view in accuracy messages
2 parents 4710181 + d010e72 commit 8d8f214

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)