Skip to content

Commit

Permalink
Update libraries/SD/examples/listFilesEnhanced/listfilesEnhanced.ino
Browse files Browse the repository at this point in the history
Co-authored-by: Max Prokhorov <[email protected]>
  • Loading branch information
hasenradball and mcspr authored Nov 19, 2024
1 parent 94e097b commit 228162e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void collectDirectories(const String &dirname, std::vector<String> &directories)
Serial.printf("Error: Cannot open %s\n", dirname.c_str());
return;
}
directories.push_back(dirname); // Verzeichnis speichern
directories.push_back(dirname);

File file = root.openNextFile();
while (file) {
Expand Down

0 comments on commit 228162e

Please sign in to comment.