Add support for SD extender.

This commit is contained in:
Knutwurst
2023-06-13 13:39:30 +02:00
parent ff3c981420
commit e0bb686818

View File

@@ -1451,8 +1451,8 @@ void AnycubicTouchscreenClass::RenderCurrentFolder(uint16_t selectedNumber) {
#else
currentFileList.changeDir(currentTouchscreenSelection);
#endif
} else {
// TODO: try to remount the SD card
} else if (currentTouchscreenSelection[0] == 0 && isMediaInserted()) {
card.mount();
}
if (SpecialMenu == false) {
currentTouchscreenSelection[0] = 0;