Skip to content

Commit 8959cb5

Browse files
committed
Escalate warning to a debug print
1 parent cc6451f commit 8959cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/MQTT_Client.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ void mqttClientReceiveMessage(int messageSize)
347347
if (((settings.debugMqttClientData == true) || (settings.debugCorrections == true)) && !inMainMenu)
348348
systemPrintf("Pushing %d bytes from %s topic to PPL for UM980\r\n", mqttCount, topic);
349349

350-
if (online.ppl == false)
350+
if (online.ppl == false && settings.debugMqttClientData == true)
351351
systemPrintln("Warning: PPL is offline");
352352

353353
sendSpartnToPpl(mqttData, mqttCount);

0 commit comments

Comments
 (0)