diff --git a/adafruit_pn532/adafruit_pn532.py b/adafruit_pn532/adafruit_pn532.py index c809d12..1974ebe 100644 --- a/adafruit_pn532/adafruit_pn532.py +++ b/adafruit_pn532/adafruit_pn532.py @@ -409,7 +409,7 @@ def get_passive_target(self, timeout: float = 1) -> Optional[Union[bytes, bytear card's UID. This reduces the amount of time spend checking for a card. """ response = self.process_response( - _COMMAND_INLISTPASSIVETARGET, response_length=30, timeout=timeout + _COMMAND_INLISTPASSIVETARGET, response_length=64, timeout=timeout ) # If no response is available return None to indicate no card is present. if response is None: