ADD: lf indalademod output, The binary string is now printed with linebreaks every 16bits

ADD: lf awid code is modified,  some minor changes in outputs
ADD: lf t55xx write now prints the password on the same row,  looks better when using the new "lf t55xx wipe" command.
ADD: the ioprox T55X7_IOPROX_CONFIG_BLOCK block.
This commit is contained in:
iceman1001 2015-11-21 18:48:58 +01:00
commit 52f2df615b
5 changed files with 206 additions and 180 deletions

View file

@ -1848,9 +1848,8 @@ int CmdHF14AMfuELoad(const char *Cmd)
char ctmp = param_getchar(Cmd, 0);
if ( ctmp == 'h' || ctmp == 0x00) {
return usage_hf_mfu_eload();
}
if ( ctmp == 'h' || ctmp == 0x00) return usage_hf_mfu_eload();
/*
switch (ctmp) {
case '0' : numBlocks = 5*4; break;