- [FEAT] A song can lock the audio until finished

This commit is contained in:
2022-12-28 14:07:41 +01:00
parent 9835f4dc4a
commit 40c2b009a9
5 changed files with 19 additions and 10 deletions

2
mini.h
View File

@@ -257,6 +257,6 @@ const char *freads();
const char *freadw();
bool freadb();
void playchirp(const char *song);
void playchirp(const char *song, const bool lock);
void exit();