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 57fedbe commit a151261Copy full SHA for a151261
Firmware/RTK_Surveyor/NVM.ino
@@ -475,7 +475,7 @@ bool loadSystemSettingsFromFileSD(char *fileName, Settings *settings)
475
break;
476
}
477
478
- char line[60];
+ char line[100];
479
int lineNumber = 0;
480
481
while (settingsFile.available())
@@ -532,7 +532,7 @@ bool loadSystemSettingsFromFileSD(char *fileName, Settings *settings)
532
533
534
535
536
537
538
0 commit comments