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

@@ -3,6 +3,7 @@
#include "storage.h"
#include "audio.h"
#include "rfid.h"
void setup()
@@ -12,9 +13,11 @@ void setup()
initStorage();
initAudio();
initRfid();
}
void loop()
{
handleAudio();
handleRfid();
}