Skip to content

Commit

Permalink
Merge pull request #707 from 7wp81x/patch-1
Browse files Browse the repository at this point in the history
Fix SDcard mount error
  • Loading branch information
pr3y authored Jan 21, 2025
2 parents c4cf5c7 + 985dc04 commit 20b3acb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/sd_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ String loopSD(FS &fs, bool filePicker, String allowed_ext, String rootPath) {
tft.fillScreen(bruceConfig.bgColor);
tft.drawRoundRect(5,5,tftWidth-10,tftHeight-10,5,bruceConfig.priColor);
if(&fs==&SD) {
closeSdCard();
if(!setupSdCard()){
displayError("Fail Mounting SD", true);
return "";
Expand Down

0 comments on commit 20b3acb

Please sign in to comment.