refactore printDemodbuff fct.

This commit is contained in:
iceman1001
2020-11-04 19:19:38 +01:00
parent d8b2f962e5
commit 0a0155fea7
9 changed files with 90 additions and 74 deletions

View File

@@ -330,8 +330,10 @@ int demodAWID(bool verbose) {
free(bits);
PrintAndLogEx(DEBUG, "DEBUG: AWID idx: %d, Len: %zu Printing Demod Buffer:", idx, size);
if (g_debugMode)
printDemodBuff();
if (g_debugMode) {
printDemodBuff(0, false, false, true);
printDemodBuff(0, false, false, false);
}
return PM3_SUCCESS;
}