wrong crc

This commit is contained in:
iceman1001 2022-04-30 20:48:45 +02:00
parent dd20083126
commit dc3944ab65

View file

@ -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);