tested
add sort alpha section to other LPC1768 boards
This commit is contained in:
@ -3775,7 +3775,9 @@ void kill_screen(const char* lcd_msg) {
|
||||
void lcd_sdcard_menu() {
|
||||
ENCODER_DIRECTION_MENUS();
|
||||
|
||||
const uint16_t fileCnt = card.getnrfilenames();
|
||||
const uint16_t fileCnt = card.get_num_Files(); // Only access SD card if sort not active
|
||||
// This minimizes garbage on RepRap Discount Full Graphics Smart Controller
|
||||
// when using the Re-ARM card.
|
||||
START_MENU();
|
||||
MENU_BACK(MSG_MAIN);
|
||||
card.getWorkDirName();
|
||||
|
Reference in New Issue
Block a user