mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-27 12:16:34 +00:00
Fix CT (Cascade Tag) byte when using 10 bytes long UID.
This commit is contained in:
@@ -432,7 +432,7 @@ bool nfc_initiator_select_tag(const nfc_device_t* pnd, const nfc_modulation_t nm
|
||||
abtInit[0] = 0x88;
|
||||
memcpy(abtInit+1,pbtInitData,3);
|
||||
abtInit[4] = 0x88;
|
||||
memcpy(abtInit+4,pbtInitData+3,7);
|
||||
memcpy(abtInit+5,pbtInitData+3,7);
|
||||
szInitLen = 12;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user