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 7d3da2d commit 659ca02Copy full SHA for 659ca02
Firmware/RTK_Surveyor/NVM.ino
@@ -419,7 +419,7 @@ bool parseLine(char* str, Settings *settings)
419
420
}
421
else if (strcmp(settingName, "rtkIdentifier") == 0)
422
- settings->rtkIdentifier = d;
+ {} //Do nothing. Just read it to avoid 'Unknown setting' error
423
else if (strcmp(settingName, "rtkFirmwareVersion") == 0)
424
{} //Do nothing. Just read it to avoid 'Unknown setting' error
425
else if (strcmp(settingName, "zedFirmwareVersion") == 0)
0 commit comments