From 0f039582b386f3dfdc89a1e6923378cbd06e78f0 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 21 Aug 2021 23:56:03 +0200 Subject: [PATCH] icopyx retval, should be more generic... --- client/src/proxmark3.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c index 796346fe4..40eb8c01c 100644 --- a/client/src/proxmark3.c +++ b/client/src/proxmark3.c @@ -460,6 +460,9 @@ check_script: // process cmd g_pendingPrompt = false; int ret = CommandReceived(cmd); +#if defined ICOPYX + PrintAndLogEx(NORMAL, "\nNikola.D: %d", ret); +#endif // exit or quit if (ret == PM3_EFATAL) break;