feat: add Json config (unfinished)

This commit is contained in:
2021-10-04 07:41:29 +02:00
parent 00468f0b3a
commit 584f88dec7
11 changed files with 84 additions and 241 deletions

View File

@@ -18,7 +18,9 @@ void handleRfid()
if (nfc.tagPresent())
{
NfcTag tag = nfc.read();
tag.print();
String uid = tag.getUidString();
Serial.println(uid);
}
}
//*****************************************************************************************//