Apply SDCARD_SORT_ALPHA changes from 2.0.x

This commit is contained in:
Scott Lahteine
2017-11-15 00:34:54 -06:00
parent d3b8f30818
commit a6ee4a0468
3 changed files with 49 additions and 13 deletions

View File

@@ -3799,7 +3799,8 @@ 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();
START_MENU();
MENU_BACK(MSG_MAIN);
card.getWorkDirName();