mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
improved the eload upload times by using large chunks. Quite much faster now.\nAddapted the dots and text for eload / sim across the client
This commit is contained in:
parent
8793f1c9c5
commit
b696a2036f
10 changed files with 133 additions and 67 deletions
|
@ -71,7 +71,8 @@ static bool fill_eml_from_file(char *dumpfile) {
|
|||
|
||||
//read and load dump file
|
||||
if (g_dbglevel >= DBG_INFO) {
|
||||
Dbprintf(_YELLOW_("Found dump file %s. Uploading to emulator memory..."), dumpfile);
|
||||
Dbprintf("Found dump file... `" _YELLOW_("%s") "`", dumpfile);
|
||||
Dbprintf("Uploading to emulator memory...");
|
||||
}
|
||||
|
||||
emlClearMem();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue