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