hf iclass chk - rework OLD -> NG. And textual

This commit is contained in:
iceman1001
2021-05-03 09:31:51 +02:00
parent f50691e3de
commit 80817cea00
9 changed files with 41 additions and 158 deletions

View File

@@ -536,7 +536,7 @@ static int CmdEM410xBrute(const char *Cmd) {
for (uint32_t c = 0; c < uidcnt; ++c) {
if (kbd_enter_pressed()) {
SendCommandNG(CMD_BREAK_LOOP, NULL, 0);
PrintAndLogEx(INFO, "Aborted via keyboard!\n");
PrintAndLogEx(WARNING, "aborted via keyboard!\n");
free(uidblock);
return PM3_EOPABORTED;
}