Skip . and .. on LittleFS::dir::rewind() by earlephilhower · Pull Request #6959 · esp8266/Arduino

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@earlephilhower

Copy link

Collaborator

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().

Fixes 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 earlephilhower added this to the 2.7.0 milestone

Dec 29, 2019

@earlephilhower earlephilhower merged commit 2492043 into esp8266:master

Dec 30, 2019

@earlephilhower earlephilhower deleted the lfs-rewind branch

December 30, 2019 22:23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

2.7.0

Development

Successfully merging this pull request may close these issues.

LittleFS difference between starting with dir.next() and dir.rewind()

1 participant

@earlephilhower