1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 17:55:19 +03:00
This commit is contained in:
bsongis 2014-05-02 10:11:01 +02:00
parent e30cd90140
commit 16c05c21b6

View file

@ -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)