This commit is contained in:
iceman1001
2023-12-06 22:42:16 +01:00
parent d230b770b3
commit 89bcdcddbc
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -554,7 +554,7 @@ static int CmdHF14AReader(const char *Cmd) {
}
if (continuous) {
PrintAndLogEx(INFO, "Press " _GREEN_("Enter") " to exit");
PrintAndLogEx(INFO, "Press " _GREEN_("<Enter>") " to exit");
}
int res = PM3_SUCCESS;
@@ -567,7 +567,6 @@ static int CmdHF14AReader(const char *Cmd) {
SendCommandMIX(CMD_HF_ISO14443A_READER, cm, 0, 0, NULL, 0);
}
if (ISO14A_CONNECT & cm) {
PacketResponseNG resp;
if (WaitForResponseTimeout(CMD_ACK, &resp, 2500) == false) {