Merge pull request #22 from RfidResearchGroup/master

Update
This commit is contained in:
Bjoern Kerler 2020-04-10 23:01:52 +02:00 committed by GitHub
commit 52b41fc883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 510 additions and 350 deletions

View file

@ -132,6 +132,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)) {