mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07: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) {
|
void ModInfo(void) {
|
||||||
DbpString(" ISO14443a sniff, storing in flashmem");
|
DbpString(" HF 14A SNIFF, a ISO14443a sniffer with storing in flashmem");
|
||||||
DownloadTraceInstructions();
|
DownloadTraceInstructions();
|
||||||
}
|
}
|
||||||
|
|
||||||
void RunMod(void) {
|
void RunMod(void) {
|
||||||
StandAloneMode();
|
StandAloneMode();
|
||||||
|
|
||||||
Dbprintf("Starting standalone mode: hf_14asniff");
|
Dbprintf(_YELLOW_("HF 14A SNIFF started"));
|
||||||
rdv40_spiffs_lazy_mount();
|
rdv40_spiffs_lazy_mount();
|
||||||
|
|
||||||
SniffIso14443a(0);
|
SniffIso14443a(0);
|
||||||
|
@ -118,7 +118,7 @@ void RunMod(void) {
|
||||||
SpinErr(LED_A, 200, 5);
|
SpinErr(LED_A, 200, 5);
|
||||||
SpinDelay(100);
|
SpinDelay(100);
|
||||||
|
|
||||||
|
Dbprintf("-=[ exit ]=-");
|
||||||
LEDsoff();
|
LEDsoff();
|
||||||
SpinDelay(300);
|
|
||||||
DownloadTraceInstructions();
|
DownloadTraceInstructions();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue