Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32: SPIFFSEditor: Use path() instead of name() to keep '/' before filename (#1210) #1220

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

steff393
Copy link

The leading slashes were missing in SPIFFSEditor file overview. Therefore any requests to open, save, delete, etc. didn't work (seems to be introduced with new LittleFS implementation on current Arduino core).
Using path() instead of name() keeps the slash in front of the filename and fixes the errors.

See additional details in #1210.

@steff393 steff393 changed the title ESP32: Use path() instead of name() to keep '/' before filename (#1210) ESP32: SPIFFSEditor: Use path() instead of name() to keep '/' before filename (#1210) Oct 10, 2022
@danielkucera
Copy link

@me-no-dev I have exactly the same problem, this patch fixes it.
Can you please merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants