mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix again delay in acquisition
This commit is contained in:
parent
8ec57a7281
commit
5eef25bb5f
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ sampling_t samples = {0, 0, 0, 0};
|
|||
void initSampleBuffer(uint32_t *sample_size) {
|
||||
|
||||
BigBuf_free();
|
||||
BigBuf_Clear_ext(false);
|
||||
// We can't erase the buffer now, it would drastically delay the acquisition
|
||||
// BigBuf_Clear_ext(false);
|
||||
|
||||
if (sample_size == NULL || *sample_size == 0) {
|
||||
*sample_size = BigBuf_max_traceLen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue