mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 08:35:56 +08:00
text
This commit is contained in:
parent
bb0577f978
commit
93ff663755
1 changed files with 3 additions and 3 deletions
|
@ -77,14 +77,14 @@ static void DownloadTraceInstructions(void) {
|
|||
}
|
||||
|
||||
void ModInfo(void) {
|
||||
DbpString(" ISO14443a sniff, storing in flashmem");
|
||||
DbpString(" HF 14A SNIFF, a ISO14443a sniffer with storing in flashmem");
|
||||
DownloadTraceInstructions();
|
||||
}
|
||||
|
||||
void RunMod(void) {
|
||||
StandAloneMode();
|
||||
|
||||
Dbprintf("Starting standalone mode: hf_14asniff");
|
||||
Dbprintf(_YELLOW_("HF 14A SNIFF started"));
|
||||
rdv40_spiffs_lazy_mount();
|
||||
|
||||
SniffIso14443a(0);
|
||||
|
@ -118,7 +118,7 @@ void RunMod(void) {
|
|||
SpinErr(LED_A, 200, 5);
|
||||
SpinDelay(100);
|
||||
|
||||
Dbprintf("-=[ exit ]=-");
|
||||
LEDsoff();
|
||||
SpinDelay(300);
|
||||
DownloadTraceInstructions();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue