fix lf search - false positive cotag
This commit is contained in:
@@ -170,5 +170,5 @@ int CmdLFCOTAG(const char *Cmd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int readCOTAGUid(void) {
|
int readCOTAGUid(void) {
|
||||||
return (CmdCOTAGReader("") == PM3_SUCCESS);
|
return (CmdCOTAGReader("-2") == PM3_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user