fix 'auto' - correct param when saving
This commit is contained in:
@@ -155,7 +155,7 @@ static int CmdAuto(const char *Cmd) {
|
||||
CmdPlot("");
|
||||
lf_read(false, 40000);
|
||||
char *fname = calloc(100, sizeof(uint8_t));
|
||||
AppendDate(fname, 100, "f lf_unknown_%Y-%m-%d_%H:%M");
|
||||
AppendDate(fname, 100, "-f lf_unknown_%Y-%m-%d_%H:%M");
|
||||
CmdSave(fname);
|
||||
free(fname);
|
||||
return PM3_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user