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.
inflateEnd(&compressed_fpga_stream);
inflateEnd(&compressed_fpga_stream);
+ // turn off antenna
+ FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
+
// free eventually allocated BigBuf memory
BigBuf_free(); BigBuf_Clear_ext(false);
}
// free eventually allocated BigBuf memory
BigBuf_free(); BigBuf_Clear_ext(false);
}