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 1e4702f commit 108a761Copy full SHA for 108a761
Firmware/RTK_Everywhere/RTK_Everywhere.ino
@@ -1313,9 +1313,7 @@ void setup()
1313
gnssDetectReceiverType(); // If we don't know the receiver from the platform, auto-detect it. Uses settings.
1314
1315
DMW_b("commandIndexFillActual");
1316
- recordSystemSettings(); // Ensure the possible settings are saved - before we call commandIndexFillActual
1317
commandIndexFillActual(); // Shrink the commandIndex table now we're certain what GNSS we have
1318
- loadSettings(); // Reload the settings after shrinking commandIndex
1319
recordSystemSettings(); // Save the reduced settings now we're certain what GNSS we have
1320
1321
DMW_b("beginGnssUart");
0 commit comments