mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Fixing SD ls function (Paul Stoffregen).
http://code.google.com/p/arduino/issues/detail?id=700
This commit is contained in:
@ -590,7 +590,7 @@ void SdFile::printDirName(const dir_t& dir, uint8_t width) {
|
||||
Serial.print('.');
|
||||
w++;
|
||||
}
|
||||
Serial.print(dir.name[i]);
|
||||
Serial.write(dir.name[i]);
|
||||
w++;
|
||||
}
|
||||
if (DIR_IS_SUBDIR(&dir)) {
|
||||
|
Reference in New Issue
Block a user