mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: more adjustments
This commit is contained in:
parent
0c0e20eb06
commit
e5f92935a1
2 changed files with 6 additions and 3 deletions
|
@ -886,8 +886,8 @@ int detect_classic_nackbug(bool verbose){
|
|||
PrintAndLog("");
|
||||
|
||||
if ( verbose ) {
|
||||
PrintAndLog("Num of sent auth requests : %u", auths);
|
||||
PrintAndLog("Num of received NACK : %u", nacks);
|
||||
PrintAndLog("Num of auth requests : %u", auths);
|
||||
PrintAndLog("Num of received NACK : %u", nacks);
|
||||
}
|
||||
switch( ok ) {
|
||||
case -1 : if (verbose) PrintAndLog("Button pressed. Aborted."); return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue