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 d93d2b0 commit 988ca7cCopy full SHA for 988ca7c
Firmware/RTK_Everywhere/MQTT_Client.ino
@@ -853,6 +853,8 @@ void mqttClientUpdate()
853
// Subscribing to the localized distribution dictionary and local tile is handled by MQTT_CLIENT_SERVICES_CONNECTED
854
// since we need a 3D fix for those
855
856
+ mqttClientLastDataReceived = millis(); // Prevent MQTT_CLIENT_SERVICES_CONNECTED from going immediately into timeout
857
+
858
reportHeapNow(settings.debugMqttClientState);
859
mqttClientSetState(MQTT_CLIENT_SERVICES_CONNECTED);
860
0 commit comments