mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
comment
This commit is contained in:
parent
7818161e95
commit
e33e99e268
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ static int CmdHFTexkomReader(const char *Cmd) {
|
|||
PrintAndLogEx(INFO, "modulation: unknown");
|
||||
|
||||
if (tcode[2] == 0x63) {
|
||||
// TK13
|
||||
// TK13 and TK15. differs only by timings. TK15 has impulse 0 and 1 lengths very close to each other.
|
||||
if (codefound == TexkomModTK13)
|
||||
PrintAndLogEx(INFO, "type : TK13");
|
||||
else if (codefound == TexkomModTK15)
|
||||
|
|
Loading…
Add table
Reference in a new issue