]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/epa.c
add: iceman1001's idea to reuse @pwpiwi's fast select without anticollision to speedu...
[proxmark3-svn] / armsrc / epa.c
index 5e69ffa89d5020132271bd02740c4ef030b39869..f434aa3422421c0bdc872c5fc98068b180a548f7 100644 (file)
@@ -530,7 +530,7 @@ int EPA_Setup()
        // power up the field
        iso14443a_setup(FPGA_HF_ISO14443A_READER_MOD);
        // select the card
-       return_code = iso14443a_select_card(uid, &card_select_info, NULL);
+       return_code = iso14443a_select_card(uid, &card_select_info, NULL, true, 0);
        if (return_code == 1) {
                // send the PPS request
                ReaderTransmit((uint8_t *)pps, sizeof(pps), NULL);
Impressum, Datenschutz