mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-26 17:16:22 +08:00
refactor: add iceclass read sim info
This commit is contained in:
parent
75403452de
commit
c42aa99d05
1 changed files with 1 additions and 0 deletions
|
@ -723,6 +723,7 @@ void RunMod(void) {
|
|||
break;
|
||||
}
|
||||
case ICE_STATE_READ_SIM: {
|
||||
DbpString("-=[ enter " _CYAN_("`read & sim`") " mode, read cards, then sim after button press ]=-");
|
||||
DbpString("Entering reader dump mode");
|
||||
reader_dump_mode();
|
||||
SpinDelay(1200); // debounce button press
|
||||
|
|
Loading…
Reference in a new issue