Fix lf em4x05 unlock

This commit is contained in:
Philippe Teuwen 2021-03-10 12:08:22 +01:00
commit 3502fbd82b

View file

@ -1692,11 +1692,8 @@ int CmdEM4x05Unlock(const char *Cmd) {
}
// write
res = unlock_write_protect(use_pwd, pwd, write_value, verbose);
if (res != PM3_SUCCESS) {
PrintAndLogEx(WARNING, "failed unlock write");
return PM3_ESOFT;
}
// don't check the return value. As a tear-off occurred, the write failed.
unlock_write_protect(use_pwd, pwd, write_value, verbose);
// read after trigger
res = em4x05_read_word_ext(14, pwd, use_pwd, &word14);