diff --git a/src/AudioPlayer.cpp b/src/AudioPlayer.cpp index be7a18c..7917219 100644 --- a/src/AudioPlayer.cpp +++ b/src/AudioPlayer.cpp @@ -669,7 +669,7 @@ void AudioPlayer_Task(void *parameter) { if (!gPlayProperties.currentSpeechActive && gPlayProperties.lastSpeechActive) { gPlayProperties.lastSpeechActive = false; if (gPlayProperties.playMode != NO_PLAYLIST) { - AudioPlayer_TrackControlToQueueSender(STOP); + xQueueSend(gRfidCardQueue, gPlayProperties.playRfidTag, 0); // Re-inject previous RFID-ID in order to continue playback } } diff --git a/src/revision.h b/src/revision.h index 26e0fd6..55e140d 100644 --- a/src/revision.h +++ b/src/revision.h @@ -1,4 +1,4 @@ #ifndef __REVISION_H__ #define __REVISION_H__ - constexpr const char softwareRevision[] PROGMEM = "Software-revision: 20211113-1"; + constexpr const char softwareRevision[] PROGMEM = "Software-revision: 20211113-2"; #endif \ No newline at end of file