Closed
Description
Board
ESP32-WROOM-32E
Device Description
ESP32-WROOM-32E
Hardware Configuration
N/A
Version
latest master (checkout manually)
IDE Name
Arduino IDE 2.0
Operating System
macOS 12.6
Flash frequency
40MHz
PSRAM enabled
no
Upload speed
115200
Description
Cannot open a new file in subfolder, it works with no issues in the root folder
Sketch
File testfile = LittleFS.open("/subfolder/test.txt", "a");
if (testfile) {
testfile.println("Test");
testfile.close();
}
Debug Message
N/A
Other Steps to Reproduce
try to open a file in a LittleFS subfolder
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Metadata
Metadata
Assignees
Type
Projects
Status
Done