refactor: add iceclass read sim info

This commit is contained in:
Nate Sales 2023-02-10 21:55:23 -05:00
parent 75403452de
commit c42aa99d05

View file

@ -723,6 +723,7 @@ void RunMod(void) {
break; break;
} }
case ICE_STATE_READ_SIM: { case ICE_STATE_READ_SIM: {
DbpString("-=[ enter " _CYAN_("`read & sim`") " mode, read cards, then sim after button press ]=-");
DbpString("Entering reader dump mode"); DbpString("Entering reader dump mode");
reader_dump_mode(); reader_dump_mode();
SpinDelay(1200); // debounce button press SpinDelay(1200); // debounce button press