mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: 'hf mf nack' better output
This commit is contained in:
parent
4289846383
commit
984a26370d
2 changed files with 16 additions and 9 deletions
|
@ -2758,13 +2758,10 @@ void DetectNACKbug() {
|
|||
consecutive_resyncs = 0;
|
||||
} // end for loop
|
||||
|
||||
Dbprintf("Num of sent auth requestes : %u", i);
|
||||
Dbprintf("Num of received NACK : %u", num_nacks);
|
||||
|
||||
if ( num_nacks == 3)
|
||||
if (num_nacks == 3)
|
||||
isOK = 1;
|
||||
|
||||
cmd_send(CMD_ACK, isOK, num_nacks, 0, 0, 0 );
|
||||
cmd_send(CMD_ACK, isOK, num_nacks, i, 0, 0 );
|
||||
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
LEDsoff();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue