mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
close roor dir after listing files
This commit is contained in:
parent
28edff43fd
commit
7f79d0c514
1 changed files with 1 additions and 0 deletions
|
|
@ -1326,6 +1326,7 @@ void MyMesh::checkCLIRescueCmd() {
|
|||
file = root.openNextFile();
|
||||
|
||||
}
|
||||
root.close();
|
||||
}
|
||||
|
||||
} else if (memcmp(cli_command, "cat", 3) == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue