Better handling of eof_mp3 events: Keep playing as long as there is data remaining.

This commit is contained in:
2022-08-22 13:57:20 +02:00
parent fb6b5bced6
commit b9df55012f
3 changed files with 8 additions and 1 deletions

View File

@ -27,4 +27,5 @@ class Controller {
void play();
void play(String rfid_id);
void stop();
void eof_mp3();
};