fix lf search

This commit is contained in:
iceman1001 2023-07-21 13:53:32 +02:00
commit 9324682873

View file

@ -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) {