From 1645d5ebebeb1f565704c14fdfcb1ac7d186efbb Mon Sep 17 00:00:00 2001 From: Torsten Stauder Date: Sun, 9 May 2021 00:09:52 +0200 Subject: [PATCH] Forgot to fix nfc15693 as well. So here we go. --- src/RfidPn5180.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/RfidPn5180.cpp b/src/RfidPn5180.cpp index c26afbe..283fd2b 100644 --- a/src/RfidPn5180.cpp +++ b/src/RfidPn5180.cpp @@ -122,6 +122,10 @@ extern unsigned long Rfid_LastRfidCheckTimestamp; ISO15693ErrorCode rc = nfc15693.getInventory(uid); if (rc == ISO15693_EC_OK) { cardReceived = true; + } else { + for (uint8_t i=0; i