Skip to content

Commit

Permalink
Merge pull request #905 from ra0943-VK3ACH/patch-1
Browse files Browse the repository at this point in the history
Added vTaskDelay to play all files in directory example
  • Loading branch information
schreibfaul1 authored Nov 13, 2024
2 parents f831684 + d2651c0 commit 2e16e2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ void setup() {

void loop(){
audio.loop();
vTaskDelay(1); // Audio is distoreted without this
}

void listDir(fs::FS &fs, const char * dirname, uint8_t levels){
Expand Down

0 comments on commit 2e16e2a

Please sign in to comment.