mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 11:43:14 +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:
|
done:
|
||||||
|
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||||
LEDsoff();
|
LEDsoff();
|
||||||
DbpIntegers(rsamples, 0xCC, 0xCC);
|
DbpIntegers(rsamples, 0xCC, 0xCC);
|
||||||
DbpString("ready..");
|
DbpString("ready..");
|
||||||
|
|
Loading…
Reference in a new issue