mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
change: re-added trace log
This commit is contained in:
parent
ff5b046903
commit
0d0b651246
2 changed files with 26 additions and 3 deletions
|
@ -518,9 +518,9 @@ int CmdTraceList(const char *Cmd) {
|
|||
if ( protocol == ISO_14443A || protocol == PROTO_MIFARE)
|
||||
PrintAndLogEx(NORMAL, "iso14443a - All times are in carrier periods (1/13.56Mhz)");
|
||||
if ( protocol == ICLASS )
|
||||
PrintAndLogEx(NORMAL, "iClass - Timings are not as accurate");
|
||||
PrintAndLogEx(NORMAL, "iClass - Timings are not as accurate");
|
||||
if ( protocol == LEGIC )
|
||||
PrintAndLogEx(NORMAL, "LEGIC - Timings are in ticks (1us == 1.5ticks)");
|
||||
PrintAndLogEx(NORMAL, "LEGIC - Timings are in ticks (1us == 1.5ticks)");
|
||||
if ( protocol == ISO_15693 )
|
||||
PrintAndLogEx(NORMAL, "ISO15693 - Timings are not as accurate");
|
||||
if ( protocol == FELICA )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue