feat added rfid, disabled auto play

This commit is contained in:
2021-10-01 15:12:25 +02:00
parent d1772527b4
commit 51e06b5eba
7 changed files with 22 additions and 48 deletions

View File

@@ -72,7 +72,7 @@ void initAudio()
mp3 = new AudioGeneratorMP3();
mp3->RegisterStatusCB(StatusCallback, (void *)"mp3");
Serial.println("init Audio Done");
playSong(i);
//playSong(i);
}
void handleAudio()
@@ -87,7 +87,7 @@ void handleAudio()
i++;
n= 0;
}
playSong(i);
//playSong(i);
;
}
}