Browse Source

close roor dir after listing files

pull/377/head
liamcottle 1 year ago
parent
commit
7f79d0c514
  1. 1
      examples/companion_radio/MyMesh.cpp

1
examples/companion_radio/MyMesh.cpp

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

Loading…
Cancel
Save