mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
textual
This commit is contained in:
parent
a8437616e7
commit
32a0bfff5f
1 changed files with 2 additions and 5 deletions
|
@ -1508,10 +1508,7 @@ int CmdTuneSamples(const char *Cmd) {
|
|||
else
|
||||
sprintf(judgement, "OK");
|
||||
|
||||
//_GREEN_([+] )
|
||||
//_CYAN_([!] )
|
||||
|
||||
PrintAndLogEx(NORMAL, "%s LF antenna is %s \n"
|
||||
PrintAndLogEx(NORMAL, "%sLF antenna is %s \n"
|
||||
, (peakv < LF_UNUSABLE_V) ? _CYAN_([!]) : _GREEN_([+])
|
||||
, judgement
|
||||
);
|
||||
|
@ -1529,7 +1526,7 @@ int CmdTuneSamples(const char *Cmd) {
|
|||
else
|
||||
sprintf(judgement, "OK");
|
||||
|
||||
PrintAndLogEx(NORMAL, "%s HF antenna is %s"
|
||||
PrintAndLogEx(NORMAL, "%sHF antenna is %s"
|
||||
, (v_hf < HF_UNUSABLE_V) ? _CYAN_([!]) : _GREEN_([+])
|
||||
, judgement
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue