File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1731,8 +1731,8 @@ void GNSS_LG290P::menuMessages()
1731
1731
systemPrintln (" 4) Set PQTM Messages" );
1732
1732
1733
1733
systemPrintln (" 10) Reset to Defaults" );
1734
- systemPrintln (" 11) Reset to PPP Logging (NMEAx1 / RTCMx8 - 30 second decimation)" );
1735
- systemPrintln (" 12) Reset to High-rate PPP Logging (NMEAx1 / RTCMx8 - 1Hz)" );
1734
+ systemPrintln (" 11) Reset to PPP Logging (NMEAx7 / RTCMx8 - 30 second decimation)" );
1735
+ systemPrintln (" 12) Reset to High-rate PPP Logging (NMEAx7 / RTCMx8 - 1Hz)" );
1736
1736
1737
1737
systemPrintln (" x) Exit" );
1738
1738
Original file line number Diff line number Diff line change @@ -1373,6 +1373,7 @@ void GNSS_UM980::menuMessages()
1373
1373
// Reset NMEA rates to defaults
1374
1374
for (int x = 0 ; x < MAX_UM980_NMEA_MSG; x++)
1375
1375
settings.um980MessageRatesNMEA [x] = umMessagesNMEA[x].msgDefaultRate ;
1376
+ setNmeaMessageRateByName (" GPGSV" , 5 ); // Limit GSV updates to 1 every 5 seconds
1376
1377
1377
1378
setRtcmRoverMessageRates (0 ); // Turn off all RTCM messages
1378
1379
setRtcmRoverMessageRateByName (" RTCM1019" , reportRate);
@@ -1386,11 +1387,11 @@ void GNSS_UM980::menuMessages()
1386
1387
1387
1388
if (incoming == 12 )
1388
1389
{
1389
- systemPrintln (" Reset to High-rate PPP Logging (NMEAx1 / RTCMx8 - 1Hz)" );
1390
+ systemPrintln (" Reset to High-rate PPP Logging (NMEAx5 / RTCMx8 - 1Hz)" );
1390
1391
}
1391
1392
else
1392
1393
{
1393
- systemPrintln (" Reset to PPP Logging (NMEAx1 / RTCMx8 - 30 second decimation)" );
1394
+ systemPrintln (" Reset to PPP Logging (NMEAx5 / RTCMx8 - 30 second decimation)" );
1394
1395
}
1395
1396
}
1396
1397
You can’t perform that action at this time.
0 commit comments