mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix incorrect display of partial emulation state
This commit is contained in:
parent
7b64e0ca34
commit
9d65fa6aee
1 changed files with 1 additions and 0 deletions
|
@ -2676,6 +2676,7 @@ void RunMod(void) {
|
|||
}
|
||||
|
||||
int filled;
|
||||
partialEmulation = false;
|
||||
DbpString("[=] Filling emulator memory using key A");
|
||||
filled = MifareECardLoad(sectorsCnt, MF_KEY_A);
|
||||
if (filled != PM3_SUCCESS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue