This commit is contained in:
e2002
2023-06-03 13:40:10 +03:00
parent 942bc1cf74
commit 2f71c1859c
5 changed files with 21 additions and 9 deletions

View File

@@ -425,7 +425,9 @@ void Audio::stopSong()
{
uint16_t modereg; // Read from mode register
int i; // Loop control
if(audiofile){
cardLock(true);audiofile.close();cardLock(false);
}
m_f_localfile = false;
m_f_webfile = false;
m_f_webstream = false;