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 a49553d commit 68276cfCopy full SHA for 68276cf
Firmware/RTK_Everywhere/RTK_Everywhere.ino
@@ -1310,6 +1310,7 @@ void setup()
1310
gnssDetectReceiverType(); // If we don't know the receiver from the platform, auto-detect it. Uses settings.
1311
1312
DMW_b("commandIndexFillActual");
1313
+ recordSystemSettings(); // Ensure the possible settings are saved - before we call commandIndexFillActual
1314
commandIndexFillActual(); // Shrink the commandIndex table now we're certain what GNSS we have
1315
loadSettings(); // Reload the settings after shrinking commandIndex
1316
recordSystemSettings(); // Save the reduced settings now we're certain what GNSS we have
0 commit comments