print 0 if no file size

pico-sstv
alanbjohnston 3 years ago committed by GitHub
parent 89ffb3fe70
commit 01b09fff18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3954,7 +3954,8 @@ void show_dir() {
File f = dir.openFile("r"); File f = dir.openFile("r");
Serial.print(" "); Serial.print(" ");
Serial.println(f.size()); Serial.println(f.size());
} } else
Serial.println("0");
} }
Serial.println(">"); Serial.println(">");
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.