1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Merge branch 'new-extension' of github.com:arduino/Arduino into diskloader_reboot

This commit is contained in:
Zach Eveland
2011-10-31 21:42:09 -04:00
4 changed files with 84 additions and 69 deletions

View File

@ -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)) {