working rfid on hwv2, latest arduino-esp

This commit is contained in:
2021-11-27 11:07:16 +01:00
parent c5291f5566
commit bb9c4c8228
7 changed files with 29 additions and 23 deletions

View File

@@ -11,7 +11,7 @@
void setup()
{
//initPower();
initPower();
Serial.begin(115200);
delay(2000);
@@ -30,8 +30,8 @@ void loop()
debugHandle();
handleAudio();
handleRfid();
//handleRfid();
//handleGame();
//handlePower();
handlePower();
//handleOta();
}