From b7928eb85e9c460d02c1f5de9f6a9eacd8f3a404 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 25 Jan 2024 11:22:55 +0100 Subject: [PATCH] text --- armsrc/iso14443a.c | 2 +- armsrc/iso14443b.c | 2 +- armsrc/iso15693.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index 772126ede..347384803 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -683,7 +683,7 @@ void RAMFUNC SniffIso14443a(uint8_t param) { // Set up the demodulator for the reader -> tag commands Uart14aInit(receivedCmd, receivedCmdPar); - if (g_dbglevel >= DBG_ERROR) { + if (g_dbglevel >= DBG_INFO) { DbpString("Press " _GREEN_("pm3 button") " to abort sniffing"); } diff --git a/armsrc/iso14443b.c b/armsrc/iso14443b.c index 8f68890e5..e02821870 100644 --- a/armsrc/iso14443b.c +++ b/armsrc/iso14443b.c @@ -2375,7 +2375,7 @@ void SniffIso14443b(void) { FpgaDownloadAndGo(FPGA_BITSTREAM_HF); - if (g_dbglevel >= DBG_ERROR) { + if (g_dbglevel >= DBG_INFO) { DbpString("Press " _GREEN_("pm3 button") " to abort sniffing"); } diff --git a/armsrc/iso15693.c b/armsrc/iso15693.c index e8d15d090..6fe2f6f0d 100644 --- a/armsrc/iso15693.c +++ b/armsrc/iso15693.c @@ -1633,7 +1633,7 @@ void SniffIso15693(uint8_t jam_search_len, uint8_t *jam_search_string, bool icla FpgaDownloadAndGo(FPGA_BITSTREAM_HF_15); - if (g_dbglevel >= DBG_ERROR) { + if (g_dbglevel >= DBG_INFO) { DbpString("Press " _GREEN_("pm3 button") " to abort sniffing"); } BigBuf_free();