Skip to content

Commit c7dc480

Browse files
committed
Add comment about issue #335
1 parent 8d2618f commit c7dc480

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
@@ -443,7 +443,7 @@ void mqttClientStop(bool shutdown)
443443
{
444444
if (settings.debugMqttClientState)
445445
systemPrintln("Freeing mqttSecureClient");
446-
//delete mqttSecureClient;
446+
//delete mqttSecureClient; // Don't. This causes issue #335
447447
mqttSecureClient = nullptr;
448448
reportHeapNow(settings.debugMqttClientState);
449449
}

0 commit comments

Comments
 (0)