mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
adjustments
This commit is contained in:
parent
652bf0c94b
commit
732c012be7
3 changed files with 13 additions and 4 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue