mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
hw tearoff - colors
This commit is contained in:
parent
fa2bde2876
commit
0d0c42a56e
1 changed files with 3 additions and 3 deletions
|
@ -566,11 +566,11 @@ static int CmdTearoff(const char *Cmd) {
|
|||
}
|
||||
if (resp.status == PM3_SUCCESS) {
|
||||
if (params.delay_us > 0)
|
||||
PrintAndLogEx(INFO, "Tear-off hook configured with delay of %ius.", params.delay_us);
|
||||
PrintAndLogEx(INFO, "Tear-off hook configured with delay of " _GREEN_("%ius"), params.delay_us);
|
||||
if (params.on)
|
||||
PrintAndLogEx(INFO, "Tear-off hook enabled.");
|
||||
PrintAndLogEx(INFO, "Tear-off hook " _GREEN_("enabled"));
|
||||
if (params.off)
|
||||
PrintAndLogEx(INFO, "Tear-off hook disabled.");
|
||||
PrintAndLogEx(INFO, "Tear-off hook " _RED_("disabled"));
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
PrintAndLogEx(WARNING, "Tear-off command failed.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue