Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(LittleFS): Use VFSImpl::exists() to avoid false error log
Use exists() from VFSImpl base class and avoid using open() to check whether the file exists, because open() will log an error which is confusing, but might be relevant in case a developer uses open() and expects that the file is there. #7615
- Loading branch information