mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Legic: Implemented trace log
This commit is contained in:
parent
fe91a3f52f
commit
2c6c4e5bc6
2 changed files with 27 additions and 1 deletions
|
@ -521,7 +521,8 @@ int CmdTraceList(const char *Cmd) {
|
|||
if ( protocol == ICLASS )
|
||||
PrintAndLogEx(NORMAL, "iClass - Timings are not as accurate");
|
||||
if ( protocol == LEGIC )
|
||||
PrintAndLogEx(NORMAL, "LEGIC - Timings are in ticks (1us == 1.5ticks)");
|
||||
PrintAndLogEx(NORMAL, "LEGIC - Reader Mode: Timings are in ticks (1us == 1.5ticks)\n"
|
||||
" Tag Mode: Timings are in sub carrier periods (1/212 kHz == 4.7us)");
|
||||
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