Explicitly enable auto ISO14443-4 mode.

This commit is contained in:
Romain Tartiere 2010-09-04 10:22:33 +00:00
parent 629afc751a
commit 06b2bad6f8

View File

@ -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);