diff --git a/firmware/filesystem/select.c b/firmware/filesystem/select.c index 90c9af6..74b4773 100644 --- a/firmware/filesystem/select.c +++ b/firmware/filesystem/select.c @@ -66,6 +66,7 @@ int selectFile(char *filename, char *extension) } lcdRefresh(); key=getInputWait(); + getInputWaitRelease(); if( key==BTN_DOWN ){ if( selected < count-1 ){ selected++;