Merge pull request #56 from acortellini/patch-1

Bug: M20 - List SD card
This commit is contained in:
PavelSindler 2017-03-14 13:04:08 +01:00 committed by GitHub
commit 971288063e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ void CardReader::lsDive(const char *prepend, SdFile parent, const char * const m
if(lsAction==LS_SerialPrint)
{
SERIAL_ECHO_START;
SERIAL_ECHOLN(MSG_SD_CANT_OPEN_SUBDIR);
SERIAL_ECHORPGM(MSG_SD_CANT_ENTER_SUBDIR);
SERIAL_ECHOLN(lfilename);
}
}