Skip to content

Commit 108a761

Browse files
committed
Remove unneeded record and load settings
1 parent 1e4702f commit 108a761

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,9 +1313,7 @@ void setup()
13131313
gnssDetectReceiverType(); // If we don't know the receiver from the platform, auto-detect it. Uses settings.
13141314

13151315
DMW_b("commandIndexFillActual");
1316-
recordSystemSettings(); // Ensure the possible settings are saved - before we call commandIndexFillActual
13171316
commandIndexFillActual(); // Shrink the commandIndex table now we're certain what GNSS we have
1318-
loadSettings(); // Reload the settings after shrinking commandIndex
13191317
recordSystemSettings(); // Save the reduced settings now we're certain what GNSS we have
13201318

13211319
DMW_b("beginGnssUart");

0 commit comments

Comments
 (0)