mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08: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)) {
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
LED_D_OFF();
|
||||
SpinDelay(500);
|
||||
continue;
|
||||
} else {
|
||||
Dbprintf("Read UID:");
|
||||
|
|
Loading…
Reference in a new issue