add desfire light signature verification check

This commit is contained in:
iceman1001 2020-03-17 01:50:27 +01:00
commit 1cb495e40b
2 changed files with 69 additions and 2 deletions

View file

@ -32,6 +32,7 @@ static uint8_t deselect_cmd[] = {0xc2, 0xe0, 0xb4};
/* PCB CID CMD PAYLOAD */
//static uint8_t __res[MAX_FRAME_SIZE];
bool InitDesfireCard() {
iso14a_card_select_t card;