mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
added a interactive flag for hf14asniff, and unified text across the project
This commit is contained in:
parent
c3be58229d
commit
efc8c0b8ab
17 changed files with 35 additions and 20 deletions
|
@ -1633,8 +1633,9 @@ void SniffIso15693(uint8_t jam_search_len, uint8_t *jam_search_string, bool icla
|
|||
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF_15);
|
||||
|
||||
DbpString("Starting to sniff. Press <PM3 button> to stop");
|
||||
|
||||
if (g_dbglevel >= DBG_ERROR) {
|
||||
DbpString("Press " _GREEN_("pm3 button") " to abort sniffing");
|
||||
}
|
||||
BigBuf_free();
|
||||
clear_trace();
|
||||
set_tracing(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue