fixed missing adaption due to changes in 4x50_write
This commit is contained in:
@@ -1168,7 +1168,7 @@ int CmdEM4x50Wipe(const char *Cmd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
isOK = resp.status;
|
isOK = resp.status;
|
||||||
if (!isOK) {
|
if (isOK != PM3_SUCCESS) {
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(FAILED, "Wiping data " _RED_("failed"));
|
PrintAndLogEx(FAILED, "Wiping data " _RED_("failed"));
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
|
|||||||
Reference in New Issue
Block a user