From 11f50ef7bc4ecd7d4f8c0c6d25f5e9459954b366 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 24 Feb 2020 09:45:56 +0100 Subject: [PATCH] chg: textual and remove adjustment for antenna measures --- client/cmddata.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/client/cmddata.c b/client/cmddata.c index 613ce11e5..14f8ac259 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -1662,16 +1662,15 @@ int CmdTuneSamples(const char *Cmd) { #define LF_MARGINAL_V 10000 #define HF_UNUSABLE_V 3000 #define HF_MARGINAL_V 5000 -#define ANTENNA_ERROR 1.03 // current algo has 3% error margin. +#define ANTENNA_ERROR 1.00 // current algo has 3% error margin. // hide demod plot line DemodBufferLen = 0; setClockGrid(0, 0); RepaintGraphWindow(); - int timeout = 0; - PrintAndLogEx(INFO, "\nMeasuring antenna characteristics, please wait..."); + PrintAndLogEx(INFO, "Measuring antenna characteristics, please wait..."); clearCommandBuffer(); SendCommandNG(CMD_MEASURE_ANTENNA_TUNING, NULL, 0); @@ -1691,7 +1690,7 @@ int CmdTuneSamples(const char *Cmd) { return PM3_ESOFT; } - PrintAndLogEx(NORMAL, "\n"); + PrintAndLogEx(NORMAL, ""); // in mVolt struct p { uint32_t v_lf134;