accept longer ATS for ISO14443A-4 cards

This commit is contained in:
Ernesto Ruge 2021-03-06 12:40:37 +01:00 committed by GitHub
parent fc8b488dbf
commit c9fd4061b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: