mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix incorrect display of partial emulation state
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user