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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user