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 fdf2ea0 commit 85709daCopy full SHA for 85709da
Firmware/RTK_Everywhere/RTK_Everywhere.ino
@@ -1255,6 +1255,7 @@ void setup()
1255
1256
DMW_b("commandIndexFillActual");
1257
commandIndexFillActual(); // Shrink the commandIndex table now we're certain what GNSS we have
1258
+ loadSettings(); // Reload the settings after shrinking commandIndex
1259
recordSystemSettings(); // Save the reduced settings now we're certain what GNSS we have
1260
1261
DMW_b("beginGnssUart");
@@ -1493,6 +1494,7 @@ void logUpdate()
1493
1494
if (beginLogging() == false)
1495
{
1496
// Failed to create file, block future logging attempts
1497
+ systemPrintln("beginLogging failed. Blocking further attempts");
1498
blockLogging = true;
1499
return;
1500
}
0 commit comments