Skip to content

Commit 1e4702f

Browse files
committed
Update debug message :
We will get a bunch of these when we go from possible settings to available settings
1 parent 5e4a0c1 commit 1e4702f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/NVM.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ bool parseLine(char *str)
16881688
// Last catch
16891689
if (knownSetting == false)
16901690
{
1691-
log_d("Unknown setting %s", settingName);
1691+
log_d("Unknown / unwanted setting %s", settingName);
16921692
}
16931693

16941694
return (true);

0 commit comments

Comments
 (0)