mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
text
This commit is contained in:
+1
-1
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user