From b94e4d927efe56a729f55bd7cd4e4915c8d480e0 Mon Sep 17 00:00:00 2001 From: mwalker33 <51802811+mwalker33@users.noreply.github.com> Date: Thu, 22 Oct 2020 14:34:18 +1100 Subject: [PATCH] Update cmdlfem4x.c Show clock reate for EM4100 tags --- client/src/cmdlfem4x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/cmdlfem4x.c b/client/src/cmdlfem4x.c index 74ce5a737..671498c75 100644 --- a/client/src/cmdlfem4x.c +++ b/client/src/cmdlfem4x.c @@ -199,9 +199,11 @@ void printEM410x(uint32_t hi, uint64_t id) { if (hi) { //output 88 bit em id PrintAndLogEx(NORMAL, "\nEM TAG ID : "_YELLOW_("%06X%016" PRIX64), hi, id); + PrintAndLogEx(NORMAL, "Clock rate : "_YELLOW_("RF/%d"), g_DemodClock); } else { //output 40 bit em id PrintAndLogEx(NORMAL, "\nEM TAG ID : "_YELLOW_("%010" PRIX64), id); + PrintAndLogEx(NORMAL, "Clock rate : "_YELLOW_("RF/%d"), g_DemodClock); PrintAndLogEx(NORMAL, "\nPossible de-scramble patterns\n"); PrintAndLogEx(NORMAL, "Unique TAG ID : %010" PRIX64, id2lo); PrintAndLogEx(NORMAL, "HoneyWell IdentKey {");