diff --git a/src/main.cpp b/src/main.cpp index 1d39f86..0f8f78d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -78,6 +78,7 @@ void play() { String path = "/" + selectedFile; Serial.println("Playing file: " + path); + audio.stopSong(); audio.connecttoFS(SD, path.c_str()); }