mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
additional message
This commit is contained in:
parent
952845722c
commit
0e28c60fd0
1 changed files with 4 additions and 1 deletions
|
@ -500,9 +500,12 @@ int CmdEM4x50Chk(const char *Cmd) {
|
||||||
// upload to flash.
|
// upload to flash.
|
||||||
res = flashmem_spiffs_load(destfn, keys, datalen + 2);
|
res = flashmem_spiffs_load(destfn, keys, datalen + 2);
|
||||||
if (res != PM3_SUCCESS) {
|
if (res != PM3_SUCCESS) {
|
||||||
PrintAndLogEx(WARNING, "\nSPIFFS upload failed");
|
PrintAndLogEx(WARNING, "SPIFFS upload failed");
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
PrintAndLogEx(WARNING, "no flash memory available");
|
||||||
|
return PM3_EFLASH;
|
||||||
}
|
}
|
||||||
|
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue