Fix lf em4x05 unlock
This commit is contained in:
@@ -1692,11 +1692,8 @@ int CmdEM4x05Unlock(const char *Cmd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// write
|
// write
|
||||||
res = unlock_write_protect(use_pwd, pwd, write_value, verbose);
|
// don't check the return value. As a tear-off occurred, the write failed.
|
||||||
if (res != PM3_SUCCESS) {
|
unlock_write_protect(use_pwd, pwd, write_value, verbose);
|
||||||
PrintAndLogEx(WARNING, "failed unlock write");
|
|
||||||
return PM3_ESOFT;
|
|
||||||
}
|
|
||||||
|
|
||||||
// read after trigger
|
// read after trigger
|
||||||
res = em4x05_read_word_ext(14, pwd, use_pwd, &word14);
|
res = em4x05_read_word_ext(14, pwd, use_pwd, &word14);
|
||||||
|
|||||||
Reference in New Issue
Block a user