Skip to content

Commit 47a7d3f

Browse files
committed
Force on GGA online if NTRIP client and transmit GGA are enabled
1 parent cec0f1f commit 47a7d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/GNSS_Mosaic.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@ bool GNSS_MOSAIC::setMessagesNMEA()
22322232
}
22332233
}
22342234

2235-
if (settings.ntripClient_TransmitGGA == true)
2235+
if (settings.ntripClient_TransmitGGA == true && settings.enableNtripClient == true)
22362236
{
22372237
// Force on GGA if needed for NTRIP
22382238
if (gpggaEnabled == false)

0 commit comments

Comments
 (0)