mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-19 05:33:17 +08:00
chg: hf 14b write - adding colors
This commit is contained in:
parent
b82f1279ba
commit
ef19979c34
1 changed files with 2 additions and 2 deletions
|
@ -808,13 +808,13 @@ static int CmdHF14BWriteSri(const char *Cmd) {
|
|||
}
|
||||
|
||||
if (blockno == 0xff) {
|
||||
PrintAndLogEx(SUCCESS, "[%s] Write special block %02X [ %s ]",
|
||||
PrintAndLogEx(SUCCESS, "[%s] Write special block %02X [ " _YELLOW_("%s")" ]",
|
||||
(isSrix4k) ? "SRIX4K" : "SRI512",
|
||||
blockno,
|
||||
sprint_hex(data, 4)
|
||||
);
|
||||
} else {
|
||||
PrintAndLogEx(SUCCESS, "[%s] Write block %02X [ %s ]",
|
||||
PrintAndLogEx(SUCCESS, "[%s] Write block %02X [ " _YELLOW_("%s")" ]",
|
||||
(isSrix4k) ? "SRIX4K" : "SRI512",
|
||||
blockno,
|
||||
sprint_hex(data, 4)
|
||||
|
|
Loading…
Reference in a new issue