mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fixes to "hf cipurse info"
This commit is contained in:
@@ -332,8 +332,7 @@ void CIPURSEPrintInfoFile(uint8_t *data, size_t len) {
|
||||
}
|
||||
|
||||
PrintAndLogEx(INFO, "--- " _CYAN_("CIPURSE Information") "---------------------");
|
||||
PrintAndLogEx(INFO, "version........ " _YELLOW_("%d"), data[0]);
|
||||
PrintAndLogEx(INFO, "revision....... " _YELLOW_("%d"), data[1]);
|
||||
PrintAndLogEx(INFO, "Version........ " _YELLOW_("v%d.%d"), data[0], data[1]);
|
||||
|
||||
if (len >= 3)
|
||||
CIPURSEPrintPersoMode(data[2]);
|
||||
|
||||
Reference in New Issue
Block a user