mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 12:07:05 +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)
|
||||
PrintAndLogEx(INFO, "modulation: TK13");
|
||||
if (codefound == TexkomModTK15)
|
||||
else if (codefound == TexkomModTK15)
|
||||
PrintAndLogEx(INFO, "modulation: TK15");
|
||||
else if (codefound == TexkomModTK17)
|
||||
PrintAndLogEx(INFO, "modulation: TK17");
|
||||
|
|
Loading…
Add table
Reference in a new issue