Skip to content

Commit 5fb7ea9

Browse files
committed
Fix low bandwidth RTCM typo
1 parent d929702 commit 5fb7ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firmware/RTK_Everywhere/UM980.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ char *um980GetRtcmDefaultString()
11631163
}
11641164
char *um980GetRtcmLowDataRateString()
11651165
{
1166-
return ((char *)"1074/1084/1094/1124 1Hz & 1005/1033 0.1Hz");
1166+
return ((char *)"1074/1084/1094/1124 0.5Hz & 1005/1033 0.1Hz");
11671167
}
11681168

11691169
// Set RTCM for base mode to defaults (1005/1074/1084/1094/1124 1Hz & 1033 0.1Hz)

Firmware/RTK_Everywhere/ZED.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ char *zedGetRtcmDefaultString()
17051705
}
17061706
char *zedGetRtcmLowDataRateString()
17071707
{
1708-
return ((char *)"1074/1084/1094/1124 1Hz & 1005/1230 0.1Hz");
1708+
return ((char *)"1074/1084/1094/1124 0.5Hz & 1005/1230 0.1Hz");
17091709
}
17101710

17111711
int ubxConstellationIDToIndex(int id)

0 commit comments

Comments
 (0)