mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
CHG: moved trace commands into its own category (from hf)
'trace list' there will also the load / save of trace buffer come. For backwardfunctionality the old commands still works.
This commit is contained in:
parent
4c666e3832
commit
71ce6e07ee
15 changed files with 567 additions and 481 deletions
|
@ -499,7 +499,7 @@ int CmdHFTopazCmdRaw(const char *Cmd) {
|
|||
}
|
||||
|
||||
int CmdHFTopazList(const char *Cmd) {
|
||||
CmdHFList("topaz");
|
||||
CmdTraceList("topaz");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue