mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
text
This commit is contained in:
parent
f3b2d05c51
commit
cf32ece9ff
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ 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 " _GREEN_("%ius"), params.delay_us);
|
||||
PrintAndLogEx(INFO, "Tear-off hook configured with delay of " _GREEN_("%i us"), params.delay_us);
|
||||
if (params.on)
|
||||
PrintAndLogEx(INFO, "Tear-off hook " _GREEN_("enabled"));
|
||||
if (params.off)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue