ADD: @marshmellow42 's fixes for Q5, t55xx, fskclock,
ADD: got tired of always writing wrong "hf 14a list", so I hooked it back up to call the "hf list" with argument. Things becomes smoother that way.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include "protocols.h"
|
||||
#include "usb_cmd.h"
|
||||
#include "cmdhfmfu.h"
|
||||
#include "cmdhf.h"
|
||||
|
||||
#define llX PRIx64
|
||||
|
||||
@@ -62,7 +63,8 @@ int xorbits_8(uint8_t val) {
|
||||
}
|
||||
|
||||
int CmdHFiClassList(const char *Cmd) {
|
||||
PrintAndLog("Deprecated command, use 'hf list iclass' instead");
|
||||
//PrintAndLog("Deprecated command, use 'hf list iclass' instead");
|
||||
CmdHFList("iclass");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user