mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: "lf em 4x50_read" - acquire data is useful...
This commit is contained in:
parent
fd5f821a46
commit
2555f46328
1 changed files with 1 additions and 0 deletions
|
@ -1035,6 +1035,7 @@ static int CmdEM4x50Demod(const char *Cmd) {
|
|||
static int CmdEM4x50Read(const char *Cmd) {
|
||||
uint8_t ctmp = tolower(param_getchar(Cmd, 0));
|
||||
if (ctmp == 'h') return usage_lf_em4x50_read();
|
||||
lf_read(false, 24000);
|
||||
return EM4x50Read(Cmd, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue