fix incorrect display of partial emulation state

This commit is contained in:
Michael Roland
2024-05-15 15:34:08 +02:00
parent 7b64e0ca34
commit 9d65fa6aee
+1
View File
@@ -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) {