Skip to content

Commit 8d2618f

Browse files
committed
Don't disable settings.enablePointPerfectCorrections when MQTT is done...
1 parent 9d56cd4 commit 8d2618f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Firmware/RTK_Everywhere/MQTT_Client.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,9 @@ void mqttClientStop(bool shutdown)
480480
if (shutdown)
481481
{
482482
mqttClientSetState(MQTT_CLIENT_OFF);
483-
settings.enablePointPerfectCorrections = false;
483+
//settings.enablePointPerfectCorrections = false;
484+
//^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Why? This means PointPerfect Corrections
485+
//cannot be restarted without opening the menu or web configuration page...
484486
mqttClientConnectionAttempts = 0;
485487
mqttClientConnectionAttemptTimeout = 0;
486488
}

0 commit comments

Comments
 (0)