Improve SD delete menu

This commit is contained in:
Just Call Me Koko
2025-09-12 11:35:52 -04:00
parent e4d483d736
commit ea0be07c91
3 changed files with 61 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ bool SDInterface::initSD() {
this->sd_files = new LinkedList<String>();
this->sd_files->add("Back");
//this->sd_files->add("Back");
return true;
}