Systeminfos werden via mp3-Dateien in /system abgespielt.

This commit is contained in:
2022-08-25 14:51:18 +02:00
parent 076a6993c7
commit b2cf9d6277
4 changed files with 23 additions and 176 deletions

View File

@ -27,5 +27,5 @@ class Controller {
void play();
void play(String rfid_id, bool shuffle=false);
void stop();
void eof_mp3();
void eof_mp3(String info);
};