textual
This commit is contained in:
@@ -1508,10 +1508,7 @@ int CmdTuneSamples(const char *Cmd) {
|
|||||||
else
|
else
|
||||||
sprintf(judgement, "OK");
|
sprintf(judgement, "OK");
|
||||||
|
|
||||||
//_GREEN_([+] )
|
PrintAndLogEx(NORMAL, "%sLF antenna is %s \n"
|
||||||
//_CYAN_([!] )
|
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "%s LF antenna is %s \n"
|
|
||||||
, (peakv < LF_UNUSABLE_V) ? _CYAN_([!]) : _GREEN_([+])
|
, (peakv < LF_UNUSABLE_V) ? _CYAN_([!]) : _GREEN_([+])
|
||||||
, judgement
|
, judgement
|
||||||
);
|
);
|
||||||
@@ -1529,7 +1526,7 @@ int CmdTuneSamples(const char *Cmd) {
|
|||||||
else
|
else
|
||||||
sprintf(judgement, "OK");
|
sprintf(judgement, "OK");
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "%s HF antenna is %s"
|
PrintAndLogEx(NORMAL, "%sHF antenna is %s"
|
||||||
, (v_hf < HF_UNUSABLE_V) ? _CYAN_([!]) : _GREEN_([+])
|
, (v_hf < HF_UNUSABLE_V) ? _CYAN_([!]) : _GREEN_([+])
|
||||||
, judgement
|
, judgement
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user