Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

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

Open
wants to merge 4 commits 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants