From 243f899b92dd075ed32fc9a42e30f9cdb912967e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 17 Jan 2017 22:59:14 +0100 Subject: [PATCH] CHG: 'hw version' - change to "Proxmark3" --- client/cmdhw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmdhw.c b/client/cmdhw.c index e7bdb6cb..4dae7a32 100644 --- a/client/cmdhw.c +++ b/client/cmdhw.c @@ -255,13 +255,13 @@ int CmdVersion(const char *Cmd) if (resp.arg[0] == 0 && resp.arg[1] == 0) { // no cached information available SendCommand(&c); if (WaitForResponseTimeout(CMD_ACK, &resp, 1000)) { - PrintAndLog("Prox/RFID mark3 RFID instrument"); + PrintAndLog("Proxmark3 RFID instrument"); PrintAndLog((char*)resp.d.asBytes); lookupChipID(resp.arg[0], resp.arg[1]); } } else { PrintAndLog("[[[ Cached information ]]]\n"); - PrintAndLog("Prox/RFID mark3 RFID instrument"); + PrintAndLog("Proxmark3 RFID instrument"); PrintAndLog((char*)resp.d.asBytes); lookupChipID(resp.arg[0], resp.arg[1]); PrintAndLog(""); -- 2.39.5