Disabled automatic ISO14443-4 card selecttion (for JCOP-based mfc emulation)

This commit is contained in:
Aram
2016-05-11 20:47:53 +02:00
parent 6d274c1a73
commit e7811809e6

View File

@ -587,6 +587,7 @@ int main (int argc, const char * argv[]) {
nfc_device_set_property_bool(pnd,NP_INFINITE_SELECT,false);
nfc_device_set_property_bool(pnd,NP_HANDLE_CRC,true);
nfc_device_set_property_bool(pnd,NP_HANDLE_PARITY,true);
nfc_device_set_property_bool(pnd,NP_AUTO_ISO14443_4, false);
uid = 0;