Skip to content

Commit

Permalink
fixed returnToMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
pr3y committed Aug 22, 2024
1 parent ff4643e commit a23c7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/sd_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ String loopSD(FS &fs, bool filePicker, String allowed_ext) {
closeSdCard();
setupSdCard();
bool exit = false;
returnToMenu=true; // make sure menu is redrawn when quitting in any point
//returnToMenu=true; // make sure menu is redrawn when quitting in any point

readFs(fs, Folder, fileList, allowed_ext);

Expand Down

0 comments on commit a23c7b9

Please sign in to comment.