ADD: the option to simulate tnp3xxx inthe command "hf mf sim"
ADD: found some new default keys ADD: changed alot of memorys buffers to use constant values. like usbbuffer sizes, tracelogs, etc etc ADD: all changes Peter filmoore has in his pull request.
This commit is contained in:
@@ -45,7 +45,7 @@ int CmdHFEPACollectPACENonces(const char *Cmd)
|
||||
SendCommand(&c);
|
||||
UsbCommand resp;
|
||||
|
||||
WaitForResponse(CMD_ACK,&resp);
|
||||
WaitForResponse(CMD_ACK,&resp);
|
||||
|
||||
// check if command failed
|
||||
if (resp.arg[0] != 0) {
|
||||
@@ -68,6 +68,7 @@ int CmdHFEPACollectPACENonces(const char *Cmd)
|
||||
return 1;
|
||||
}
|
||||
|
||||
// UI-related stuff
|
||||
// UI-related stuff
|
||||
|
||||
static const command_t CommandTable[] =
|
||||
|
||||
Reference in New Issue
Block a user