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 e906fbc commit a3ed882Copy full SHA for a3ed882
Firmware/RTK_Surveyor/menuMain.ino
@@ -340,15 +340,11 @@ void factoryReset(bool alreadyHasSemaphore)
340
341
tasksStopUART2();
342
343
- Serial.println("remove old files");
344
-
345
// Attempt to write to file system. This avoids collisions with file writing from other functions like
346
// recordSystemSettingsToFile() and F9PSerialReadTask() if (settings.enableSD && online.microSD)
347
//Don't check settings.enableSD - it could be corrupt
348
if (online.microSD)
349
{
350
- Serial.println("2 - remove old files");
351
352
if (alreadyHasSemaphore == true || xSemaphoreTake(sdCardSemaphore, fatSemaphore_longWait_ms) == pdPASS)
353
354
if (USE_SPI_MICROSD)
0 commit comments