mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
fix lf search
This commit is contained in:
parent
8aeed5e67c
commit
9324682873
1 changed files with 1 additions and 1 deletions
|
@ -1220,7 +1220,7 @@ int CmdLFHitag(const char *Cmd) {
|
|||
}
|
||||
|
||||
int readHitagUid(void) {
|
||||
return (CmdLFHitagReader("--26") == PM3_SUCCESS);
|
||||
return (CmdLFHitagReader("--ht2") == PM3_SUCCESS);
|
||||
}
|
||||
|
||||
uint8_t hitag1_CRC_check(uint8_t *d, uint32_t nbit) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue