mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 19:59:34 +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
|
else
|
||||||
sprintf(judgement, "OK");
|
sprintf(judgement, "OK");
|
||||||
|
|
||||||
//_GREEN_([+] )
|
|
||||||
//_CYAN_([!] )
|
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "%sLF antenna is %s \n"
|
PrintAndLogEx(NORMAL, "%sLF antenna is %s \n"
|
||||||
, (peakv < LF_UNUSABLE_V) ? _CYAN_([!]) : _GREEN_([+])
|
, (peakv < LF_UNUSABLE_V) ? _CYAN_([!]) : _GREEN_([+])
|
||||||
, judgement
|
, judgement
|
||||||
|
|
Loading…
Reference in a new issue