mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
not verbose
This commit is contained in:
parent
52aa2c77bc
commit
3e7f687e48
19 changed files with 25 additions and 23 deletions
|
@ -94,7 +94,7 @@ static int CmdAuto(const char *Cmd) {
|
|||
PrintAndLogEx(INFO, "Trying 'lf read' and save a trace for you...");
|
||||
|
||||
CmdPlot("");
|
||||
lf_read(true, 40000);
|
||||
lf_read(false, 40000);
|
||||
char *fname = calloc(100, sizeof(uint8_t));
|
||||
AppendDate(fname, 100, "f lf_unknown_%Y-%m-%d_%H:%M");
|
||||
CmdSave(fname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue