mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
This commit is contained in:
parent
e057fa6fa0
commit
bc28eb04e4
6 changed files with 28 additions and 3 deletions
|
@ -395,6 +395,8 @@ void FpgaDownloadAndGo(int bitstream_version) {
|
|||
if (downloaded_bitstream == bitstream_version)
|
||||
return;
|
||||
|
||||
// Send waiting time extension request as this will take a while
|
||||
send_wtx(1500);
|
||||
z_stream compressed_fpga_stream;
|
||||
uint8_t output_buffer[OUTPUT_BUFFER_LEN] = {0x00};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue