Add - automatic try LF and HF search and if both fail, try lf read and save a trace file

This commit is contained in:
iceman1001 2019-10-19 13:13:00 +02:00
commit f094e8fd50
3 changed files with 61 additions and 15 deletions

View file

@ -1872,7 +1872,7 @@ int CmdPlot(const char *Cmd) {
return PM3_SUCCESS;
}
static int CmdSave(const char *Cmd) {
int CmdSave(const char *Cmd) {
int len = 0;
char filename[FILE_PATH_SIZE] = {0x00};