Skip to content

Commit c9fd406

Browse files
authored
accept longer ATS for ISO14443A-4 cards
1 parent fc8b488 commit c9fd406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pn532/adafruit_pn532.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def get_passive_target(self, timeout=1):
391391
card's UID. This reduces the amount of time spend checking for a card.
392392
"""
393393
response = self.process_response(
394-
_COMMAND_INLISTPASSIVETARGET, response_length=19, timeout=timeout
394+
_COMMAND_INLISTPASSIVETARGET, response_length=30, timeout=timeout
395395
)
396396
# If no response is available return None to indicate no card is present.
397397
if response is None:

0 commit comments

Comments
 (0)