lf em 410x - now uses cliparser, support continuous mode, and reworked output

This commit is contained in:
iceman1001
2020-12-09 14:48:10 +01:00
parent 8e022d3040
commit 3329e363e0
3 changed files with 301 additions and 273 deletions

View File

@@ -709,7 +709,7 @@ static int Cmdmandecoderaw(const char *Cmd) {
if (Em410xDecode(bits, &size, &idx, &hi, &id) == 1) {
//need to adjust to set bitstream back to manchester encoded data
//setDemodBuff(bits, size, idx);
printEM410x(hi, id);
printEM410x(hi, id, false);
}
}
return PM3_SUCCESS;