mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 13:41:28 +00:00
Print directory names when listing directories
This commit is contained in:
parent
ab7de7f6a0
commit
48e0fd7ed0
@ -249,6 +249,7 @@ void listDir(const char *dirname, uint8_t levels, bool del)
|
|||||||
file.close();
|
file.close();
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
LOG_DEBUG(" %s (directory)\n", file.name());
|
||||||
listDir(file.name(), levels - 1, del);
|
listDir(file.name(), levels - 1, del);
|
||||||
file.close();
|
file.close();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user