From 31507be5490adb692e8bf02cb7d32c92cf1872c4 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 12 Feb 2020 02:26:44 +0100 Subject: [PATCH] textual --- client/comms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/comms.c b/client/comms.c index ce8223ba3..7a9086873 100644 --- a/client/comms.c +++ b/client/comms.c @@ -547,6 +547,7 @@ bool OpenProxmark(void *port, bool wait_for_port, int timeout, bool flash_mode, PrintAndLogEx(SUCCESS, "Waiting for Proxmark3 to appear on " _YELLOW_("%s"), portname); fflush(stdout); int openCount = 0; + PrintAndLogEx(INPLACE, ""); do { sp = uart_open(portname, speed); msleep(500); @@ -587,7 +588,6 @@ bool OpenProxmark(void *port, bool wait_for_port, int timeout, bool flash_mode, session.pm3_present = true; fflush(stdout); - return true; } }