Skip to content

Commit 85709da

Browse files
committed
Reinstate loadSettings()
What was I thinking...? This disabled logging in a very subtle way...
1 parent fdf2ea0 commit 85709da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,7 @@ void setup()
12551255

12561256
DMW_b("commandIndexFillActual");
12571257
commandIndexFillActual(); // Shrink the commandIndex table now we're certain what GNSS we have
1258+
loadSettings(); // Reload the settings after shrinking commandIndex
12581259
recordSystemSettings(); // Save the reduced settings now we're certain what GNSS we have
12591260

12601261
DMW_b("beginGnssUart");
@@ -1493,6 +1494,7 @@ void logUpdate()
14931494
if (beginLogging() == false)
14941495
{
14951496
// Failed to create file, block future logging attempts
1497+
systemPrintln("beginLogging failed. Blocking further attempts");
14961498
blockLogging = true;
14971499
return;
14981500
}

0 commit comments

Comments
 (0)