File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -838,7 +838,7 @@ bool GNSS_MOSAIC::enableNMEA()
838
838
// The PPL requires being fed GPGGA/ZDA, and RTCM1019/1020/1042/1046
839
839
if (strstr (settings.pointPerfectKeyDistributionTopic , " /ip" ) != nullptr )
840
840
{
841
- // Mark PPL requied messages as enabled if stream > 0
841
+ // Mark PPL required messages as enabled if stream > 0
842
842
if (strcmp (mosaicMessagesNMEA[messageNumber].msgTextName , " GGA" ) == 0 )
843
843
gpggaEnabled = true ;
844
844
if (strcmp (mosaicMessagesNMEA[messageNumber].msgTextName , " ZDA" ) == 0 )
Original file line number Diff line number Diff line change @@ -1686,10 +1686,10 @@ bool GNSS_UM980::setHighAccuracyService(bool enableGalileoHas)
1686
1686
if (_um980->isConfigurationPresent (" CONFIG PPP ENABLE E6-HAS" ) == false )
1687
1687
{
1688
1688
if (_um980->sendCommand (" CONFIG PPP ENABLE E6-HAS" ))
1689
- systemPrintln (" Galileo E6 service enabled" );
1689
+ systemPrintln (" Galileo E6 HAS service enabled" );
1690
1690
else
1691
1691
{
1692
- systemPrintln (" Galileo E6 service failed to enable" );
1692
+ systemPrintln (" Galileo E6 HAS service failed to enable" );
1693
1693
result = false ;
1694
1694
}
1695
1695
@@ -1717,10 +1717,10 @@ bool GNSS_UM980::setHighAccuracyService(bool enableGalileoHas)
1717
1717
if (_um980->isConfigurationPresent (" CONFIG PPP ENABLE E6-HAS" ))
1718
1718
{
1719
1719
if (_um980->sendCommand (" CONFIG PPP DISABLE" ))
1720
- systemPrintln (" Galileo E6 service disabled" );
1720
+ systemPrintln (" Galileo E6 HAS service disabled" );
1721
1721
else
1722
1722
{
1723
- systemPrintln (" Galileo E6 service failed to disable" );
1723
+ systemPrintln (" Galileo E6 HAS service failed to disable" );
1724
1724
result = false ;
1725
1725
}
1726
1726
}
You can’t perform that action at this time.
0 commit comments