Do RFID scans only at specified intervals. System sounds are now supported, as well as more sound formats (.ogg, .mp4...).

This commit is contained in:
2019-08-08 05:31:27 +02:00
parent b8d4d6bb92
commit 1bf2b04303
6 changed files with 97 additions and 54 deletions

View File

@ -12,6 +12,7 @@ private:
void _check_rfid();
void _check_serial();
Player* _player;
unsigned long _last_rfid_scan_at = 0;
public:
Controller(Player* p);
void loop();