mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
text
This commit is contained in:
parent
efc8c0b8ab
commit
b7928eb85e
3 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue