mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
flasher: skip msg about --force when --force is used
This commit is contained in:
+2
-2
@@ -356,10 +356,10 @@ int flash_load(flash_file_t *ctx, bool force) {
|
||||
// We could not find proper version_information
|
||||
if (res == PM3_EUNDEF)
|
||||
PrintAndLogEx(WARNING, "Unable to check version_information");
|
||||
PrintAndLogEx(INFO, "Make sure to flash a correct and up-to-date version");
|
||||
PrintAndLogEx(INFO, "You can force flashing this firmware by using the option '--force'");
|
||||
if (force)
|
||||
return PM3_SUCCESS;
|
||||
PrintAndLogEx(INFO, "Make sure to flash a correct and up-to-date version");
|
||||
PrintAndLogEx(INFO, "You can force flashing this firmware by using the option '--force'");
|
||||
fail:
|
||||
flash_free(ctx);
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user