From 3e5b5bb2da079dae34dc42ff3947e2d9384f1992 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 17 Jan 2017 22:07:40 +0100 Subject: [PATCH] ADD: 'lf t55xx detect' - added a search for known config blocks, if found it will select it. Usually when indala (psk) configured tags generates serveral possible configblocks. The found config block is set, not need to manually set it anymore. :) --- client/cmdlft55xx.c | 40 ++++++++++++++++++++++++++++++++++++---- client/cmdlft55xx.h | 5 +---- 2 files changed, 37 insertions(+), 8 deletions(-) diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c index 5eff8ac1..0544d072 100644 --- a/client/cmdlft55xx.c +++ b/client/cmdlft55xx.c @@ -674,13 +674,46 @@ bool tryDetectModulation(){ return TRUE; } + bool retval = FALSE; if ( hits > 1) { PrintAndLog("Found [%d] possible matches for modulation.",hits); for(int i=0; i