mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix lf search - false positive cotag
This commit is contained in:
parent
480241645d
commit
2cabfd7e9d
1 changed files with 1 additions and 1 deletions
|
@ -170,5 +170,5 @@ int CmdLFCOTAG(const char *Cmd) {
|
|||
}
|
||||
|
||||
int readCOTAGUid(void) {
|
||||
return (CmdCOTAGReader("") == PM3_SUCCESS);
|
||||
return (CmdCOTAGReader("-2") == PM3_SUCCESS);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue