mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
fixes to "hf cipurse info"
This commit is contained in:
parent
4bd6e8f61c
commit
bb1a51988c
1 changed files with 1 additions and 2 deletions
|
@ -332,8 +332,7 @@ void CIPURSEPrintInfoFile(uint8_t *data, size_t len) {
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintAndLogEx(INFO, "--- " _CYAN_("CIPURSE Information") "---------------------");
|
PrintAndLogEx(INFO, "--- " _CYAN_("CIPURSE Information") "---------------------");
|
||||||
PrintAndLogEx(INFO, "version........ " _YELLOW_("%d"), data[0]);
|
PrintAndLogEx(INFO, "Version........ " _YELLOW_("v%d.%d"), data[0], data[1]);
|
||||||
PrintAndLogEx(INFO, "revision....... " _YELLOW_("%d"), data[1]);
|
|
||||||
|
|
||||||
if (len >= 3)
|
if (len >= 3)
|
||||||
CIPURSEPrintPersoMode(data[2]);
|
CIPURSEPrintPersoMode(data[2]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue