mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
.
This commit is contained in:
@@ -196,7 +196,7 @@ void cleanDirectory(String path) {
|
||||
while (dir.next()) {
|
||||
String fname = dir.fileName();
|
||||
removeFile(path + "/" + fname);
|
||||
SerialPrint("I", "Files", fname + " deleted");
|
||||
SerialPrint("I", "Files", path + "/" + fname + " => deleted");
|
||||
}
|
||||
onFlashWrite();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user