Explicitly enable auto ISO14443-4 mode.
This commit is contained in:
parent
629afc751a
commit
06b2bad6f8
@ -258,6 +258,7 @@ main (int argc, const char *argv[])
|
||||
// Configure the CRC and Parity settings
|
||||
nfc_configure (pnd, NDO_HANDLE_CRC, true);
|
||||
nfc_configure (pnd, NDO_HANDLE_PARITY, true);
|
||||
nfc_configure (pnd, NDO_AUTO_ISO14443_4, true);
|
||||
|
||||
// Enable field so more power consuming cards can power themselves up
|
||||
nfc_configure (pnd, NDO_ACTIVATE_FIELD, true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user