We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6451f commit 8959cb5Copy full SHA for 8959cb5
Firmware/RTK_Everywhere/MQTT_Client.ino
@@ -347,7 +347,7 @@ void mqttClientReceiveMessage(int messageSize)
347
if (((settings.debugMqttClientData == true) || (settings.debugCorrections == true)) && !inMainMenu)
348
systemPrintf("Pushing %d bytes from %s topic to PPL for UM980\r\n", mqttCount, topic);
349
350
- if (online.ppl == false)
+ if (online.ppl == false && settings.debugMqttClientData == true)
351
systemPrintln("Warning: PPL is offline");
352
353
sendSpartnToPpl(mqttData, mqttCount);
0 commit comments