mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
HF_YOUNG: HF field off and sleep between polls
This commit is contained in:
parent
b081684f22
commit
1610bf7e23
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ void RunMod(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!iso14443a_select_card(NULL, &card[selected], NULL, true, 0, true)) {
|
if (!iso14443a_select_card(NULL, &card[selected], NULL, true, 0, true)) {
|
||||||
|
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||||
|
LED_D_OFF();
|
||||||
|
SpinDelay(500);
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
Dbprintf("Read UID:");
|
Dbprintf("Read UID:");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue