diff --git a/firmware/filesystem/select.c b/firmware/filesystem/select.c index fb5cfef..50e8067 100644 --- a/firmware/filesystem/select.c +++ b/firmware/filesystem/select.c @@ -93,8 +93,7 @@ int selectFile(char *filename, const char *extension) files[i][dot]='.'; } lcdRefresh(); - key=getInputWait(); - getInputWaitRelease(); + key=getInputWaitRepeat(); switch(key){ case BTN_DOWN: if( selected < count-1 ){