mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-13 18:16:59 -07:00
Some work on iclass, started on some better support in 'hf iclass list' and also fixes to 'hf iclass reader' so it exits better when the button is pressed
This commit is contained in:
parent
d0d1e24590
commit
2e9d4b3ff4
2 changed files with 34 additions and 9 deletions
|
@ -1551,6 +1551,9 @@ void ReaderIClass(uint8_t arg0) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
cmd_send(CMD_ACK,0,0,0,card_data, 0);
|
||||
|
||||
LED_A_OFF();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue