alt rfid driver

This commit is contained in:
2021-10-27 22:07:48 +02:00
parent 2022eec0f1
commit f70b64b793
6 changed files with 113 additions and 76 deletions

View File

@@ -13,7 +13,7 @@
void setup()
{
initPower();
//initPower();
Serial.begin(115200);
delay(2000);
@@ -34,6 +34,6 @@ void loop()
handleAudio();
handleRfid();
//handleGame();
handlePower();
//handlePower();
//handleOta();
}