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 9d56cd4 commit 8d2618fCopy full SHA for 8d2618f
Firmware/RTK_Everywhere/MQTT_Client.ino
@@ -480,7 +480,9 @@ void mqttClientStop(bool shutdown)
480
if (shutdown)
481
{
482
mqttClientSetState(MQTT_CLIENT_OFF);
483
- settings.enablePointPerfectCorrections = false;
+ //settings.enablePointPerfectCorrections = false;
484
+ //^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Why? This means PointPerfect Corrections
485
+ //cannot be restarted without opening the menu or web configuration page...
486
mqttClientConnectionAttempts = 0;
487
mqttClientConnectionAttemptTimeout = 0;
488
}
0 commit comments