accept longer ATS for ISO14443A-4 cards
This commit is contained in:
parent
fc8b488dbf
commit
c9fd4061b4
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ class PN532:
|
|||
card's UID. This reduces the amount of time spend checking for a card.
|
||||
"""
|
||||
response = self.process_response(
|
||||
_COMMAND_INLISTPASSIVETARGET, response_length=19, timeout=timeout
|
||||
_COMMAND_INLISTPASSIVETARGET, response_length=30, timeout=timeout
|
||||
)
|
||||
# If no response is available return None to indicate no card is present.
|
||||
if response is None:
|
||||
|
|
Loading…
Reference in a new issue