Skip to content

Commit

Permalink
Merge pull request #1 from linkoab/link-dev
Browse files Browse the repository at this point in the history
COPY from fixed small bug lorol#43 lorol#49
  • Loading branch information
linkoab authored Mar 31, 2023
2 parents f0817ca + 4bc2817 commit 9ff447e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LITTLEFS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ LITTLEFSImpl::LITTLEFSImpl()

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

Expand Down

0 comments on commit 9ff447e

Please sign in to comment.