-
Notifications
You must be signed in to change notification settings - Fork 7.6k
can not creat any file in subdirectory #6241
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
Comments
Hello, sorry for answering late. Is this still valid? |
@VojtechBartoska yes it is |
Ok, linking this to grouped issue where we will investigate this more. |
I think the issue here is that At minimum we should document this behavior, issue tracking documentation updates is referenced above. |
@igrr with ESP8266 object Dir works fine, but this object has depricated in new FS lib |
@igrr Do you know of any workaround? |
The best workaround is to use LittleFS. This is just one of the undesirable behaviors of SPIFFS. |
Hello, Due to the overwhelming volume of issues currently being addressed, we have decided to close the previously received tickets. If you still require assistance or if the issue persists, please don't hesitate to reopen the ticket. Thanks. |
Board
SparkFun MicroMod ESP32 Processor (FireBeatle in Arduino IDE)
Device Description
SparkFun MicroMod ESP32 Processor
alongside of SparkFun MicroMod Qwiic Carrier Board - Single
Hardware Configuration
no hardware is attached
Version
v2.0.2
IDE Name
Arduino IDE
Operating System
windows 10
Flash frequency
80MHz
PSRAM enabled
yes
Upload speed
115200
Description
I've tried to run the SPIFF_test sample library
(framework-arduinoespressif32\libraries\SPIFFS\examples\SPIFFS_Test\SPIFFS_Test.ino)
however, I noticed I can not create any file in the subdirectory even with adding some changes
following is my code
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: