Use 847kbits/s when talking to DESFire
This has effects only with libnfc >= libnfc-1.7.1-5-g108de27
This commit is contained in:
parent
7933adc57e
commit
e6b80856c9
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ mifare_desfire_connect (MifareTag tag)
|
|||
nfc_target pnti;
|
||||
nfc_modulation modulation = {
|
||||
.nmt = NMT_ISO14443A,
|
||||
.nbr = NBR_106
|
||||
.nbr = NBR_847
|
||||
};
|
||||
if (nfc_initiator_select_passive_target (tag->device, modulation, tag->info.abtUid, tag->info.szUidLen, &pnti) >= 0) {
|
||||
// The registered ISO AID of DESFire D2760000850100
|
||||
|
|
Loading…
Reference in a new issue