Skip to content

Commit

Permalink
Use 847kbits/s when talking to DESFire
Browse files Browse the repository at this point in the history
This has effects only with libnfc >= libnfc-1.7.1-5-g108de27
  • Loading branch information
doegox committed Mar 10, 2014
1 parent 7933adc commit e6b8085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libfreefare/mifare_desfire.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6b8085

Please sign in to comment.