diff --git a/src/lsnfc.c b/src/lsnfc.c index 60d172e..fcfe817 100644 --- a/src/lsnfc.c +++ b/src/lsnfc.c @@ -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);