From e33e99e2687ce18afdef3484c2d07cd42c8e53f6 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Mon, 18 Jul 2022 14:31:42 +0300 Subject: [PATCH] comment --- client/src/cmdhftexkom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhftexkom.c b/client/src/cmdhftexkom.c index 5bcc15cf6..dbd6812ce 100644 --- a/client/src/cmdhftexkom.c +++ b/client/src/cmdhftexkom.c @@ -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)