fixed missing adaption due to changes in 4x50_write

This commit is contained in:
tharexde 2020-11-29 01:10:45 +01:00
commit b3f1438c6b

View file

@ -1168,7 +1168,7 @@ int CmdEM4x50Wipe(const char *Cmd) {
}
isOK = resp.status;
if (!isOK) {
if (isOK != PM3_SUCCESS) {
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(FAILED, "Wiping data " _RED_("failed"));
return PM3_ESOFT;