Configure project Menu > View > Command Palette > Type: “ESP-IDF: SDK Configuration editor” (or use CTRL+E then G)Wait for it to load Scroll down to the “FAT Filesystem support” section
Category: FAT Filing System
Long file names
There is a “ESP-IDF: SDK Configuration editor” setting to enable Long filename support. Open menuconfig (see here for how to) Component config > FAT Filesystem support > Long filename support Choosing heap or stack to store long filenames? Both are stored in RAM so arguably it doesn’t matter too much. A general guide though is […]