We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6664444 commit 72fa492Copy full SHA for 72fa492
adafruit_pn532.py
@@ -291,7 +291,7 @@ def get_firmware_version(self):
291
"""Call PN532 GetFirmwareVersion function and return a tuple with the IC,
292
Ver, Rev, and Support values.
293
"""
294
- response = self.call_function(_COMMAND_GETFIRMWAREVERSION, 4, timeout=0.1)
+ response = self.call_function(_COMMAND_GETFIRMWAREVERSION, 4, timeout=0.5)
295
if response is None:
296
raise RuntimeError('Failed to detect the PN532')
297
return tuple(response)
0 commit comments