We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a495e commit 1f9c578Copy full SHA for 1f9c578
1 file changed
src/main.cpp
@@ -85,8 +85,8 @@ static void listFiles(const char *const dirname) {
85
* Switch from USB MSC to application mode (file system).
86
*/
87
static void switchToApplicationMode() {
88
- FFat.end(); // invalidate cache
89
MSC.mediaPresent(false);
+ FFat.end(); // invalidate cache
90
FFat.begin(); // update data
91
}
92
0 commit comments