mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-03 19:09:57 +08:00
display fix
This commit is contained in:
parent
24806f70e0
commit
8df134f11a
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ static int CmdHFTexkomReader(const char *Cmd) {
|
||||||
|
|
||||||
if (codefound == TexkomModTK13)
|
if (codefound == TexkomModTK13)
|
||||||
PrintAndLogEx(INFO, "modulation: TK13");
|
PrintAndLogEx(INFO, "modulation: TK13");
|
||||||
if (codefound == TexkomModTK15)
|
else if (codefound == TexkomModTK15)
|
||||||
PrintAndLogEx(INFO, "modulation: TK15");
|
PrintAndLogEx(INFO, "modulation: TK15");
|
||||||
else if (codefound == TexkomModTK17)
|
else if (codefound == TexkomModTK17)
|
||||||
PrintAndLogEx(INFO, "modulation: TK17");
|
PrintAndLogEx(INFO, "modulation: TK17");
|
||||||
|
|
Loading…
Add table
Reference in a new issue