mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix lf search
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user