mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
default to pwd mode
This commit is contained in:
parent
3a1122ca02
commit
60439dc29b
1 changed files with 1 additions and 1 deletions
|
@ -1343,6 +1343,6 @@ int CmdLFHitag(const char *Cmd) {
|
|||
}
|
||||
|
||||
int readHitagUid(void) {
|
||||
return (CmdLFHitagReader("--ht2") == PM3_SUCCESS);
|
||||
return (CmdLFHitagReader("--ht2 --pwd") == PM3_SUCCESS);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue