From 72e5b9e80d84d58646f24e9b7f7f5e4f1482c72e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 16 Apr 2021 08:09:11 +0200 Subject: [PATCH] text --- client/src/cmdlfindala.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/cmdlfindala.c b/client/src/cmdlfindala.c index b2719ba1e..8f811045c 100644 --- a/client/src/cmdlfindala.c +++ b/client/src/cmdlfindala.c @@ -238,7 +238,7 @@ int demodIndalaEx(int clk, int invert, int maxErr, bool verbose) { } int demodIndala(bool verbose) { - return demodIndalaEx(32, 0, 100, verbose); + return demodIndalaEx(0, 0, 100, verbose); } static int CmdIndalaDemod(const char *Cmd) { @@ -587,10 +587,10 @@ static int CmdIndalaSim(const char *Cmd) { // indala PSK // It has to send either 64bits (8bytes) or 224bits (28bytes). Zero padding needed if not. - // lf simpsk 1 c 32 r 2 d 0102030405060708 + // lf simpsk -1 -c 32 --fc 2 -d 0102030405060708 PrintAndLogEx(SUCCESS, "Simulating " _YELLOW_("%s") " Indala raw " _YELLOW_("%s") - , (is_long_uid) ? "224b" : "64b" + , (is_long_uid) ? "224 bit" : "64 bit" , sprint_hex_inrow(raw, raw_len) ); PrintAndLogEx(SUCCESS, "Press pm3-button to abort simulation or run another command");