mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
HF_AVEFUL: HF field off and sleep between polls
This commit is contained in:
parent
fb90c078ff
commit
7b599c7f67
1 changed files with 3 additions and 0 deletions
|
@ -155,6 +155,9 @@ void RunMod(void) {
|
|||
break;
|
||||
else if (state == STATE_SEARCH) {
|
||||
if (!iso14443a_select_card(NULL, &card, NULL, true, 0, true)) {
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
LED_D_OFF();
|
||||
SpinDelay(500);
|
||||
continue;
|
||||
} else {
|
||||
if (card.sak == SAK && card.atqa[0] == ATQA0 && card.atqa[1] == ATQA1 && card.uidlen == 7) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue