Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Commit e80a811

Browse files
committed
hopefully last test
1 parent c372d1e commit e80a811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pn532_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656

5757
print("Attempting Sekect APDU")
5858

59-
response = pn532.selectAPDU([0xa0, 0x00, 0x00, 0x00, 0x47, 0x76, 0x6c])
59+
response = pn532.selectAPDU([0xf0, 0x84, 0x82, 0x01, 0x55, 0x72, 0x75])
6060
print(response)
6161

0 commit comments

Comments
 (0)