Skip to content

Commit

Permalink
Update plays_all_files_in_a_directory.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
ra0943-VK3ACH authored Nov 13, 2024
1 parent f831684 commit d2651c0
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 d2651c0

Please sign in to comment.