mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 23:57:39 +03:00
Fix clang-format: align trailing comments
This commit is contained in:
parent
87a568c928
commit
9d7d209d84
@ -230,7 +230,7 @@ void CrossPointWebServer::scanFiles(const char* path, const std::function<void(F
|
|||||||
}
|
}
|
||||||
|
|
||||||
file.close();
|
file.close();
|
||||||
yield(); // Yield to allow WiFi and other tasks to process during long scans
|
yield(); // Yield to allow WiFi and other tasks to process during long scans
|
||||||
esp_task_wdt_reset(); // Reset watchdog to prevent timeout on large directories
|
esp_task_wdt_reset(); // Reset watchdog to prevent timeout on large directories
|
||||||
file = root.openNextFile();
|
file = root.openNextFile();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user