mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
switch off reader field after hi14areader command
This commit is contained in:
parent
093cbaf63e
commit
5435eb0ca2
1 changed files with 1 additions and 0 deletions
|
@ -1811,6 +1811,7 @@ void ReaderIso14443a(DWORD parameter)
|
|||
}
|
||||
|
||||
done:
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
LEDsoff();
|
||||
DbpIntegers(rsamples, 0xCC, 0xCC);
|
||||
DbpString("ready..");
|
||||
|
|
Loading…
Reference in a new issue