File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -833,7 +833,7 @@ void ntripClientUpdate()
833
833
// Push RTCM to GNSS module over I2C / SPI
834
834
gnssPushRawData (rtcmData, rtcmCount);
835
835
836
- if ((settings.debugNtripClientRtcm || PERIODIC_DISPLAY (PD_NTRIP_CLIENT_DATA)) &&
836
+ if ((settings.debugCorrections || settings. debugNtripClientRtcm || PERIODIC_DISPLAY (PD_NTRIP_CLIENT_DATA)) &&
837
837
(!inMainMenu))
838
838
{
839
839
PERIODIC_CLEAR (PD_NTRIP_CLIENT_DATA);
@@ -842,7 +842,7 @@ void ntripClientUpdate()
842
842
}
843
843
else
844
844
{
845
- if ((settings.debugNtripClientRtcm || PERIODIC_DISPLAY (PD_NTRIP_CLIENT_DATA)) &&
845
+ if ((settings.debugCorrections || settings. debugNtripClientRtcm || PERIODIC_DISPLAY (PD_NTRIP_CLIENT_DATA)) &&
846
846
(!inMainMenu))
847
847
{
848
848
PERIODIC_CLEAR (PD_NTRIP_CLIENT_DATA);
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ void sendGnssBuffer()
270
270
{
271
271
if (gnssPushRawData (bluetoothOutgoingToGnss, bluetoothOutgoingToGnssHead))
272
272
{
273
- if (PERIODIC_DISPLAY (PD_ZED_DATA_TX))
273
+ if (settings. debugCorrections || PERIODIC_DISPLAY (PD_ZED_DATA_TX))
274
274
{
275
275
PERIODIC_CLEAR (PD_ZED_DATA_TX);
276
276
systemPrintf (" Sent %d BT bytes to GNSS\r\n " , bluetoothOutgoingToGnssHead);
@@ -280,7 +280,7 @@ void sendGnssBuffer()
280
280
}
281
281
else
282
282
{
283
- if (PERIODIC_DISPLAY (PD_ZED_DATA_TX))
283
+ if (settings. debugCorrections || PERIODIC_DISPLAY (PD_ZED_DATA_TX))
284
284
{
285
285
PERIODIC_CLEAR (PD_ZED_DATA_TX);
286
286
systemPrintf (" %d BT bytes NOT sent due to priority\r\n " , bluetoothOutgoingToGnssHead);
You can’t perform that action at this time.
0 commit comments