mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Update fpgaloader.c (#500)
This address part1 in issue https://github.com/Proxmark/proxmark3/issues/499 Device power out 13.56Mhz when started (initialised). This output is not stopped until arbitary command is sent.
This commit is contained in:
parent
653e5ed3ca
commit
dc93020701
1 changed files with 3 additions and 0 deletions
|
@ -434,6 +434,9 @@ void FpgaDownloadAndGo(int bitstream_version)
|
|||
|
||||
inflateEnd(&compressed_fpga_stream);
|
||||
|
||||
// turn off antenna
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
|
||||
// free eventually allocated BigBuf memory
|
||||
BigBuf_free(); BigBuf_Clear_ext(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue