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:
iceman1001 2018-03-18 18:00:41 +01:00
commit 71ce6e07ee
15 changed files with 567 additions and 481 deletions

View file

@ -270,7 +270,7 @@ int xorbits_8(uint8_t val) {
int CmdHFiClassList(const char *Cmd) {
//PrintAndLogEx(NORMAL, "Deprecated command, use 'hf list iclass' instead");
CmdHFList("iclass");
CmdTraceList("iclass");
return 0;
}