close roor dir after listing files

This commit is contained in:
liamcottle
2025-06-07 17:56:20 +12:00
parent 28edff43fd
commit 7f79d0c514

View File

@@ -1326,6 +1326,7 @@ void MyMesh::checkCLIRescueCmd() {
file = root.openNextFile();
}
root.close();
}
} else if (memcmp(cli_command, "cat", 3) == 0) {