mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-26 14:59:50 +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");
|
PrintAndLogEx(INFO, "modulation: unknown");
|
||||||
|
|
||||||
if (tcode[2] == 0x63) {
|
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)
|
if (codefound == TexkomModTK13)
|
||||||
PrintAndLogEx(INFO, "type : TK13");
|
PrintAndLogEx(INFO, "type : TK13");
|
||||||
else if (codefound == TexkomModTK15)
|
else if (codefound == TexkomModTK15)
|
||||||
|
|
Loading…
Add table
Reference in a new issue