diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index 040bb3904..6fc04a4cd 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -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);