We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef0ca3 commit ea28787Copy full SHA for ea28787
src/Audio.cpp
@@ -680,7 +680,7 @@ bool Audio::connecttoSD(const char* path, uint32_t resumeFilePos) {
680
//---------------------------------------------------------------------------------------------------------------------
681
bool Audio::connecttoFS(fs::FS &fs, const char* path, uint32_t resumeFilePos) {
682
683
- xSemaphoreTake(mutex_audio, portMAX_DELAY);
+ xSemaphoreTakeRecursive(mutex_audio, portMAX_DELAY); // #3
684
685
if(strlen(path)>255){
686
xSemaphoreGive(mutex_audio);
0 commit comments