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
@ -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…
x
Reference in New Issue
Block a user