mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Add - automatic try LF and HF search and if both fail, try lf read and save a trace file
This commit is contained in:
parent
6ba85af199
commit
f094e8fd50
3 changed files with 61 additions and 15 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue