mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-11 01:35:51 +08:00
small fix
This commit is contained in:
parent
e0c635d19c
commit
c948cbde8c
1 changed files with 2 additions and 2 deletions
|
@ -1543,8 +1543,8 @@ int CmdHF14AMfCSave(const char *Cmd) {
|
|||
|
||||
int CmdHF14AMfSniff(const char *Cmd){
|
||||
// params
|
||||
bool wantLogToFile = 1;
|
||||
bool wantDecrypt = 1;
|
||||
bool wantLogToFile = 0;
|
||||
bool wantDecrypt = 0;
|
||||
bool wantSaveToEml = 0;
|
||||
bool wantSaveToEmlFile = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue