mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
default to pwd mode
This commit is contained in:
@@ -1343,6 +1343,6 @@ int CmdLFHitag(const char *Cmd) {
|
||||
}
|
||||
|
||||
int readHitagUid(void) {
|
||||
return (CmdLFHitagReader("--ht2") == PM3_SUCCESS);
|
||||
return (CmdLFHitagReader("--ht2 --pwd") == PM3_SUCCESS);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user