mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 03:48:33 +08:00
chg: timing text
This commit is contained in:
parent
b8ddb3b384
commit
326079fbb6
1 changed files with 9 additions and 9 deletions
|
@ -474,7 +474,7 @@ int CmdHFList(const char *Cmd) {
|
|||
printFelica(traceLen, trace);
|
||||
} else {
|
||||
PrintAndLog("Start = Start of Start Bit, End = End of last modulation. Src = Source of Transfer");
|
||||
if ( protocol == ISO_14443A )
|
||||
if ( protocol == ISO_14443A || protocol == PROTO_MIFARE)
|
||||
PrintAndLog("iso14443a - All times are in carrier periods (1/13.56Mhz)");
|
||||
if ( protocol == ICLASS )
|
||||
PrintAndLog("iClass - Timings are not as accurate");
|
||||
|
|
Loading…
Add table
Reference in a new issue