arduino-pico/libraries/LittleFS
Earle F. Philhower, III c13bb1ec2b
Make multiple SDFS/LittleFS.begin calls noops (#262)
When LittleFS.begin() or SDFS.begin() is called after the filesystem is
already mounted, don't unmount/remount.  When an unmount happens, all old
Files become invalid (but the core doesn't know this), so you would end
up with random crashes in FS code.

Now, check for _mounted, and if so just return immediately from begin().
2021-07-23 14:16:57 -07:00
..
examples Add LittleFS, SD, and SDFS Filesystems and File:: interface (#49) 2021-04-02 17:46:12 -07:00
lib Add LittleFS, SD, and SDFS Filesystems and File:: interface (#49) 2021-04-02 17:46:12 -07:00
src Make multiple SDFS/LittleFS.begin calls noops (#262) 2021-07-23 14:16:57 -07:00
library.properties Add LittleFS, SD, and SDFS Filesystems and File:: interface (#49) 2021-04-02 17:46:12 -07:00