mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
wrong crc
This commit is contained in:
parent
dd20083126
commit
dc3944ab65
1 changed files with 2 additions and 2 deletions
|
@ -2526,8 +2526,8 @@ int iso14443a_select_cardEx(uint8_t *uid_ptr, iso14a_card_select_t *p_card, uint
|
|||
|
||||
if ((p_card->atqa[0]==0x03) || (p_card->atqa[0]==0x05)) {
|
||||
|
||||
// Read real UID
|
||||
uint8_t fudan_read[] = { 0x30, 0x01, 0x02, 0xA8};
|
||||
// Read real UID
|
||||
uint8_t fudan_read[] = { 0x30, 0x01, 0x8B, 0xB9};
|
||||
ReaderTransmit(fudan_read, sizeof(fudan_read), NULL);
|
||||
ReaderReceive(resp, resp_par);
|
||||
|
||||
|
|
Loading…
Reference in a new issue