mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-22 23:26:45 -08:00
Display things
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user