mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Fixes #1044
This commit is contained in:
parent
e30cd90140
commit
16c05c21b6
1 changed files with 2 additions and 1 deletions
|
@ -815,7 +815,8 @@ void onSdManagerMenu(const char *result)
|
|||
f_getcwd(lfn, _MAX_LFN);
|
||||
strcat(lfn, "/");
|
||||
strcat(lfn, reusableBuffer.sdmanager.lines[index]);
|
||||
audioQueue.playFile(lfn, PLAY_BACKGROUND, 255);
|
||||
audioQueue.stopAll();
|
||||
audioQueue.playFile(lfn, 0, 255);
|
||||
}
|
||||
#endif
|
||||
#if defined(PCBTARANIS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue