From: iceman1001 Date: Tue, 17 Jan 2017 21:07:40 +0000 (+0100) Subject: ADD: 'lf t55xx detect' - added a search for known config blocks, if found it will... X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/3e5b5bb2da079dae34dc42ff3947e2d9384f1992?ds=sidebyside 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. :) --- 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