mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
ADD: changed the annotation for 14b, it now shows WUPB/REQB and number of slots we used.
This commit is contained in:
parent
cef590d9ef
commit
e3f9c50d81
2 changed files with 28 additions and 19 deletions
|
@ -756,8 +756,7 @@ int usage_data_autocorr(void)
|
|||
int CmdAutoCorr(const char *Cmd)
|
||||
{
|
||||
char cmdp = param_getchar(Cmd, 0);
|
||||
if (cmdp == 'h' || cmdp == 'H')
|
||||
return usage_data_autocorr();
|
||||
if (cmdp == 'h' || cmdp == 'H') return usage_data_autocorr();
|
||||
int window = 4000; //set default
|
||||
char grph=0;
|
||||
bool updateGrph = FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue