mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-02-15 08:59:45 -07:00
parent
a90b864a3b
commit
504c569f9c
1 changed files with 4 additions and 2 deletions
|
|
@ -302,11 +302,13 @@ void CardReader::printListing(
|
|||
pathLong[lenPrependLong - 1] = '/';
|
||||
}
|
||||
strcpy(pathLong + lenPrependLong, longFilename);
|
||||
printListing(child, /*includeLongNames=*/true, path, pathLong);
|
||||
printListing(child, true, path, pathLong);
|
||||
}
|
||||
else
|
||||
printListing(child, false, path);
|
||||
#else
|
||||
printListing(child, path);
|
||||
#endif
|
||||
printListing(child, path);
|
||||
else {
|
||||
SERIAL_ECHO_MSG(STR_SD_CANT_OPEN_SUBDIR, dosFilename);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue