mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
commit
f16f6b5122
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ void RunMod(void) {
|
|||
//Indicate which card will be simulated
|
||||
LED(i, 0);
|
||||
|
||||
//Try to load dump form flash
|
||||
//Try to load dump from flash
|
||||
sprintf(cur_dump_file, HF_LEGICSIM_DUMPFILE_SIM, i);
|
||||
Dbprintf(_YELLOW_("[Slot: %d] Try to load dump file: %s"), i, cur_dump_file);
|
||||
if (!fill_eml_from_file(cur_dump_file)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue