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 7bbbf81 commit f008f6fCopy full SHA for f008f6f
Firmware/RTK_Surveyor/NVM.ino
@@ -743,8 +743,7 @@ bool parseLine(char *str, Settings *settings)
743
744
// Check to see if this setting file is compatible with this version of RTK Surveyor
745
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",
+ log_d("Settings size is %d but current firmware expects %d. Attempting to use settings from file.",
748
(int)d, sizeof(Settings));
749
}
750
0 commit comments