Skip . and .. on LittleFS::dir::rewind() by earlephilhower · Pull Request #6959 · esp8266/Arduino
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 13.2k
Merged
earlephilhower merged 2 commits intoesp8266:masterfrom
Dec 30, 2019Merged
Skip . and .. on LittleFS::dir::rewind()#6959
earlephilhower merged 2 commits intoesp8266:masterfrom
Skip . and .. on LittleFS::dir::rewind()#6959
earlephilhower merged 2 commits intoesp8266:masterfrom
Conversation
Copy link
Collaborator
earlephilhower
commented
Dec 29, 2019
earlephilhower
commented
Fixes #6958
To match SPIFFS, we get rid of the "." and ".." dirents when we open a
directory on LittleFS. Do the same on a rewind().
earlephilhower added 2 commits
December 29, 2019 08:17Fixes esp8266#6958 To match SPIFFS, we get rid of the "." and ".." dirents when we open a directory on LittleFS. Do the same on a rewind().
earlephilhower
added this to the
2.7.0 milestone
earlephilhower
merged commit
2492043
into
esp8266:master
earlephilhower
deleted the
lfs-rewind
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment