SD download panel progress

This commit is contained in:
rusefi 2020-10-11 17:46:51 -04:00
parent 13f96c3504
commit bbe60cf8a6
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ public class SdCardReaderPanel {
private void requestFileList() {
int fileCount = 0;
status.setText("Reading file list...");
try {
byte[] response = getDirContent();