mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
lf read no verbose
This commit is contained in:
parent
57f026312b
commit
07dfe8493c
3 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@ static int CmdNexWatchDemod(const char *Cmd) {
|
|||
//by marshmellow
|
||||
//see ASKDemod for what args are accepted
|
||||
static int CmdNexWatchRead(const char *Cmd) {
|
||||
lf_read(true, 10000);
|
||||
lf_read(false, 10000);
|
||||
return CmdNexWatchDemod(Cmd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue