v2 compatibillity

This commit is contained in:
2021-11-29 16:52:07 +01:00
parent 0c8b4b6b14
commit 2f664b93e0

View File

@@ -41,7 +41,7 @@ LITTLEFSImpl::LITTLEFSImpl()
bool LITTLEFSImpl::exists(const char* path)
{
File f = open(path, "r", false);
File f = open(path, "r");
return (f == true);
}