This commit is contained in:
e2002
2024-12-15 14:35:17 +03:00
parent edfa97f31e
commit 76ece828ec
23 changed files with 566 additions and 478 deletions

View File

@@ -2447,9 +2447,10 @@ bool Audio::playChunk() {
//---------------------------------------------------------------------------------------------------------------------
void Audio::loop() {
if(!m_f_running) return;
if(!m_f_running) {
vTaskDelay(2);
return;
}
if(m_playlistFormat != FORMAT_M3U8){ // normal process
switch(getDatamode()){
case AUDIO_LOCALFILE: