Skip to content

Commit

Permalink
Updated patch from Thess and minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
3d-gussner authored Oct 12, 2017
1 parent 3c2ef71 commit b18035a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Firmware/cardreader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,11 @@ void CardReader::lsDive(const char *prepend, SdFile parent, const char * const m
case LS_SerialPrint:
createFilename(filename, p);
SERIAL_PROTOCOL(prepend);
if (longFilename[0] != 0) {
SERIAL_PROTOCOL(longFilename);
} else {
SERIAL_PROTOCOL(filename);
}
MYSERIAL.write(' ');
SERIAL_PROTOCOLLN(p.fileSize);
break;
Expand Down

0 comments on commit b18035a

Please sign in to comment.