mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
It seems a call to FpgaDownloadAndGo() powers the antenna.
Solution: Turn off antenna afterwards
This commit is contained in:
parent
6e144e0121
commit
430c6b4b79
1 changed files with 3 additions and 1 deletions
|
@ -1152,6 +1152,8 @@ void __attribute__((noreturn)) AppMain(void) {
|
||||||
// Load the FPGA image, which we have stored in our flash.
|
// Load the FPGA image, which we have stored in our flash.
|
||||||
// (the HF version by default)
|
// (the HF version by default)
|
||||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||||
|
// turn off antenna
|
||||||
|
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||||
|
|
||||||
StartTickCount();
|
StartTickCount();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue