Better handling of eof_mp3 events: Keep playing as long as there is data remaining.
This commit is contained in:
@ -27,4 +27,5 @@ class Controller {
|
||||
void play();
|
||||
void play(String rfid_id);
|
||||
void stop();
|
||||
void eof_mp3();
|
||||
};
|
Reference in New Issue
Block a user