From 856e2770a62b68c924b729560779c8ce833fe5ba Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 1 Feb 2018 17:44:27 +0100 Subject: [PATCH] chg: 'hf iclass sim' different output --- armsrc/iclass.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/armsrc/iclass.c b/armsrc/iclass.c index d241461ec..6829fba36 100644 --- a/armsrc/iclass.c +++ b/armsrc/iclass.c @@ -1494,6 +1494,8 @@ int doIClassSimulation( int simulationMode, uint8_t *reader_mac_buf) { receivedCmd[0], receivedCmd[1], receivedCmd[2], receivedCmd[3], receivedCmd[4], receivedCmd[5], receivedCmd[6], receivedCmd[7], receivedCmd[8]); + } else { + Dbprintf("[+] CSN: %02x .... %02x OK", csn[0], csn[7]); } if (reader_mac_buf != NULL) { memcpy(reader_mac_buf, receivedCmd+1, 8);