Display things

This commit is contained in:
Just Call Me Koko
2023-07-20 11:51:24 -04:00
parent 81b04db462
commit 71266ae650
8 changed files with 81 additions and 75 deletions

View File

@@ -79,8 +79,8 @@ File SDInterface::getFile(String path) {
if (this->supported) {
File file = SD.open(path, FILE_READ);
if (file)
return file;
//if (file)
return file;
}
}