mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08:00
adapt standalone
This commit is contained in:
parent
718e6d2ce8
commit
53831a4a3c
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,6 @@
|
||||||
#include "legic.h" // legic_card_select_t struct
|
#include "legic.h" // legic_card_select_t struct
|
||||||
#include "spiffs.h" // flashmem
|
#include "spiffs.h" // flashmem
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* To list all dump files from flash:
|
* To list all dump files from flash:
|
||||||
*
|
*
|
||||||
|
@ -106,6 +105,7 @@ void RunMod(void) {
|
||||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||||
Dbprintf("[=] >> HF Legic Prime Read/Simulate Started <<");
|
Dbprintf("[=] >> HF Legic Prime Read/Simulate Started <<");
|
||||||
DbpString("[=] press and HOLD button to exit standalone mode");
|
DbpString("[=] press and HOLD button to exit standalone mode");
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
WDT_HIT();
|
WDT_HIT();
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ void RunMod(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// The read data is migrated to a MIM1024 card
|
// The read data is migrated to a MIM1024 card
|
||||||
LegicRfSimulate(ct);
|
LegicRfSimulate(ct, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue