You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board: Wemos Lolin32
Core Installation version: 1.0.3
IDE name: VSCode / Arduino IDE
Flash Frequency: 80MHz
PSRAM enabled: n/a
Upload Speed: 921600
Computer OS: Windows 10
Description:
After calling FFat.begin(), doing some file work and then FFat.end(), subsequent calls to FFat.begin() always fail.
Way to reproduce:
Open the included FFat_Test example. Confirm it works (don't forget to use a partition scheme with a FAT partition). Then, on setup() around line 163, replace the following block:
Hardware:
Board: Wemos Lolin32
Core Installation version: 1.0.3
IDE name: VSCode / Arduino IDE
Flash Frequency: 80MHz
PSRAM enabled: n/a
Upload Speed: 921600
Computer OS: Windows 10
Description:
After calling FFat.begin(), doing some file work and then FFat.end(), subsequent calls to FFat.begin() always fail.
Way to reproduce:
Open the included FFat_Test example. Confirm it works (don't forget to use a partition scheme with a FAT partition). Then, on setup() around line 163, replace the following block:
with this one:
The second FFat.begin() returns false. and "FFAT Mount Failed" prints on serial. If debug is enabled, the following message appears.
Debug Messages:
The text was updated successfully, but these errors were encountered: