This commit is contained in:
merlokk 2022-07-18 14:31:42 +03:00
parent 7818161e95
commit e33e99e268

View file

@ -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)