fix readme

This commit is contained in:
merlokk 2017-10-11 19:04:38 +03:00
commit a570420784
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,8 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
- Deleted wipe functionality from `hf mf csetuid` (Merlok)
- Changed `hf mf nested` logic (Merlok)
- Added `hf mf nested` mode: autosearch keys for attack (from well known keys) (Merlok)
- `hf mf nested` Check keys after they have found (Merlok)
- `hf mf chk` Move main cycle to arm (Merlok)
### Fixed

View file

@ -1146,7 +1146,6 @@ int CmdHF14AMfChk(const char *Cmd)
PrintAndLog("No valid keys found.");
}
if (transferToEml) {
uint8_t block[16];
for (uint16_t sectorNo = 0; sectorNo < SectorsCnt; sectorNo++) {