diff --git a/armsrc/Standalone/hf_15693sniff.c b/armsrc/Standalone/hf_15693sniff.c index e44478f58..35e22c966 100644 --- a/armsrc/Standalone/hf_15693sniff.c +++ b/armsrc/Standalone/hf_15693sniff.c @@ -81,7 +81,7 @@ static void DownloadTraceInstructions(void) { } void ModInfo(void) { - DbpString(" HF 15693 SNIFF, a ISO15693 sniffer with storing in flashmem"); + DbpString(" HF 15693 SNIFF, a ISO15693 sniffer with storing in flashmem (Nathan Glaser)"); // DownloadTraceInstructions(); }