Skip to content

Commit f008f6f

Browse files
committed
Don't print NVM discrepancies
Fix for sub issue #483
1 parent 7bbbf81 commit f008f6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Firmware/RTK_Surveyor/NVM.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,8 +743,7 @@ bool parseLine(char *str, Settings *settings)
743743

744744
// Check to see if this setting file is compatible with this version of RTK Surveyor
745745
if (d != sizeof(Settings))
746-
systemPrintf("Warning: Settings size is %d but current firmware expects %d. Attempting to use settings "
747-
"from file.\r\n",
746+
log_d("Settings size is %d but current firmware expects %d. Attempting to use settings from file.",
748747
(int)d, sizeof(Settings));
749748
}
750749

0 commit comments

Comments
 (0)