fix incorrect display of partial emulation state

This commit is contained in:
Michael Roland 2024-05-15 15:34:08 +02:00
commit 9d65fa6aee

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) {