- chirp_stop() implemented

- chirps stop playing when ESC or F5
This commit is contained in:
2022-12-28 16:09:11 +01:00
parent 40c2b009a9
commit 97902594ad
5 changed files with 21 additions and 1 deletions

1
mini.h
View File

@@ -258,5 +258,6 @@ const char *freadw();
bool freadb();
void playchirp(const char *song, const bool lock);
void stopchirp();
void exit();