mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
Merge branch 'master' of https://github.com/Proxmark/proxmark3
This commit is contained in:
commit
471c514167
7 changed files with 59 additions and 18 deletions
|
@ -204,7 +204,7 @@ void MeasureAntennaTuning(void)
|
|||
|
||||
LED_B_ON();
|
||||
DbpString("Measuring antenna characteristics, please wait...");
|
||||
memset(dest,0,sizeof(FREE_BUFFER_SIZE));
|
||||
memset(dest,0,FREE_BUFFER_SIZE);
|
||||
|
||||
/*
|
||||
* Sweeps the useful LF range of the proxmark from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue