update
This commit is contained in:
@@ -26,7 +26,7 @@ void handleRfid()
|
||||
if (lastRFID - timeNow > RFIDINTERVAL && RfidScanActive)
|
||||
{
|
||||
log_i("scanning");
|
||||
if (nfc.tagPresent())
|
||||
if (nfc.tagPresent(100))
|
||||
{
|
||||
NfcTag tag = nfc.read();
|
||||
lastUid = tag.getUidString();
|
||||
|
||||
Reference in New Issue
Block a user