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 e719a99 commit 596cfe7Copy full SHA for 596cfe7
Firmware/RTK_Surveyor/Form.ino
@@ -449,9 +449,6 @@ void createSettingsString(char* settingsCSV)
449
//...
450
451
strcat(settingsCSV, "\0");
452
- if(strlen(settingsCSV) > sizeof(settingsCSV))
453
- Serial.println("Error: settingCSV too small");
454
-
455
Serial.printf("settingsCSV len: %d\n\r", strlen(settingsCSV));
456
Serial.printf("settingsCSV: %s\n\r", settingsCSV);
457
#endif
0 commit comments