fixes to "hf cipurse info"

This commit is contained in:
iceman1001 2022-02-24 17:24:42 +01:00
commit bb1a51988c

View file

@ -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]);