added a interactive flag for hf14asniff, and unified text across the project

This commit is contained in:
iceman1001 2024-01-25 10:21:36 +01:00
commit efc8c0b8ab
17 changed files with 35 additions and 20 deletions

View file

@ -2375,7 +2375,9 @@ void SniffIso14443b(void) {
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
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();