Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 228162e

Browse files
hasenradballmcspr
andauthoredNov 19, 2024··
Update libraries/SD/examples/listFilesEnhanced/listfilesEnhanced.ino
Co-authored-by: Max Prokhorov <prokhorov.max@outlook.com>
1 parent 94e097b commit 228162e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libraries/SD/examples/listFilesEnhanced/listfilesEnhanced.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void collectDirectories(const String &dirname, std::vector<String> &directories)
8888
Serial.printf("Error: Cannot open %s\n", dirname.c_str());
8989
return;
9090
}
91-
directories.push_back(dirname); // Verzeichnis speichern
91+
directories.push_back(dirname);
9292

9393
File file = root.openNextFile();
9494
while (file) {

0 commit comments

Comments
 (0)
Please sign in to comment.