adjustments

This commit is contained in:
iceman1001 2020-04-10 10:27:28 +02:00
commit 732c012be7
3 changed files with 13 additions and 4 deletions

View file

@ -117,6 +117,9 @@ void MifareDesfireGetInformation() {
clear_trace();
set_tracing(true);
iso14443a_setup(FPGA_HF_ISO14443A_READER_LISTEN);
// reset the pcb_blocknum,
pcb_blocknum = 0;
// card select - information
if (!iso14443a_select_card(NULL, &card, NULL, true, 0, false)) {