Kleine Verbesserungen.

This commit is contained in:
2022-08-18 16:38:07 +02:00
parent fa208858d9
commit dcca828197
4 changed files with 18 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ void PlaylistManager::scan_files() {
File root = SD.open("/");
File entry;
while (entry = root.openNextFile()) {
Serial.println(entry.name());
String foldername = entry.name();
if (foldername.startsWith("/.")) continue;
foldername.remove(foldername.length());