mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix: no more powered antenna when swapping fpga images.
This commit is contained in:
parent
430c6b4b79
commit
5614066a4e
2 changed files with 3 additions and 3 deletions
|
@ -406,6 +406,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