This commit is contained in:
iceman1001 2024-01-25 11:22:55 +01:00
commit b7928eb85e
3 changed files with 3 additions and 3 deletions

View file

@ -683,7 +683,7 @@ void RAMFUNC SniffIso14443a(uint8_t param) {
// Set up the demodulator for the reader -> tag commands // Set up the demodulator for the reader -> tag commands
Uart14aInit(receivedCmd, receivedCmdPar); Uart14aInit(receivedCmd, receivedCmdPar);
if (g_dbglevel >= DBG_ERROR) { if (g_dbglevel >= DBG_INFO) {
DbpString("Press " _GREEN_("pm3 button") " to abort sniffing"); DbpString("Press " _GREEN_("pm3 button") " to abort sniffing");
} }

View file

@ -2375,7 +2375,7 @@ void SniffIso14443b(void) {
FpgaDownloadAndGo(FPGA_BITSTREAM_HF); FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
if (g_dbglevel >= DBG_ERROR) { if (g_dbglevel >= DBG_INFO) {
DbpString("Press " _GREEN_("pm3 button") " to abort sniffing"); DbpString("Press " _GREEN_("pm3 button") " to abort sniffing");
} }

View file

@ -1633,7 +1633,7 @@ void SniffIso15693(uint8_t jam_search_len, uint8_t *jam_search_string, bool icla
FpgaDownloadAndGo(FPGA_BITSTREAM_HF_15); FpgaDownloadAndGo(FPGA_BITSTREAM_HF_15);
if (g_dbglevel >= DBG_ERROR) { if (g_dbglevel >= DBG_INFO) {
DbpString("Press " _GREEN_("pm3 button") " to abort sniffing"); DbpString("Press " _GREEN_("pm3 button") " to abort sniffing");
} }
BigBuf_free(); BigBuf_free();