mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
lf read no verbose
This commit is contained in:
parent
57f026312b
commit
07dfe8493c
3 changed files with 4 additions and 4 deletions
|
@ -78,7 +78,7 @@ static int CmdVerichipDemod(const char *Cmd) {
|
|||
}
|
||||
|
||||
static int CmdVerichipRead(const char *Cmd) {
|
||||
lf_read(true, 4096 * 2 + 20);
|
||||
lf_read(false, 4096 * 2 + 20);
|
||||
return CmdVerichipDemod(Cmd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue