From 5ca50cf1b88fbfb176078732dc6252247d025c31 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 29 Jul 2020 10:59:33 +0200 Subject: [PATCH] textual --- armsrc/iso14443a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index 53d1f6814..ce5d1bd0c 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -596,7 +596,7 @@ void RAMFUNC SniffIso14443a(uint8_t param) { // Set up the demodulator for the reader -> tag commands Uart14aInit(receivedCmd, receivedCmdPar); - DbpString("Starting to sniff"); + Dbprintf("Starting to sniff. Press PM3 Button to stop."); // The DMA buffer, used to stream samples from the FPGA dmabuf8_t *dma = get_dma8();