mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
textual
This commit is contained in:
parent
83a5ffbb10
commit
690a2b89e0
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ void LED_Slot(int i) {
|
|||
void RunMod() {
|
||||
StandAloneMode();
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
|
||||
Dbprintf("[=] >> LF EM4100 simulator started <<");
|
||||
|
||||
int selected = 0; //selected slot after start
|
||||
slots_count = sizeof(low) / sizeof(low[0]);
|
||||
bba = BigBuf_get_addr();
|
||||
|
|
Loading…
Reference in a new issue