ADD: @pwpivi 's latest fixes for bigbuff

ADD:  @marshmellow 14b changes.

fix:  fixes to the timing inside iso14443b.c  sniff/sending.  Between TX & RX there should be a 151us pause.
This commit is contained in:
iceman1001
2015-06-29 22:36:55 +02:00
parent c830303d7e
commit 99cf19d9e8
12 changed files with 153 additions and 143 deletions

View File

@@ -436,6 +436,8 @@ void FpgaDownloadAndGo(int bitstream_version)
}
inflateEnd(&compressed_fpga_stream);
BigBuf_free();
}