Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix boolean/logical & mixup in LittleFS open (#6996)
To mimic SPIFFs behavior, we automatically create subdirectories when a file is opened in a subdir. The check mixed up a bitmask check with a boolean AND. Fix it.
- Loading branch information