Fixed hf mf fchk --mem to actually use flash dict

This commit is contained in:
Philippe Teuwen 2025-04-12 13:22:11 +02:00
commit 926fbe5354
2 changed files with 2 additions and 0 deletions

View file

@ -1955,6 +1955,7 @@ void MifareChkKeys_fast(uint32_t arg0, uint32_t arg1, uint32_t arg2, uint8_t *da
}
// Replace client provided keys
datain = dictkeys;
keyCount = key_mem_available;
}
#endif