mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
unified Proxmark3 text
This commit is contained in:
parent
33b4a32dfd
commit
436910605b
14 changed files with 38 additions and 38 deletions
|
@ -280,7 +280,7 @@ static int get_proxmark_state(uint32_t *state) {
|
|||
*state = resp.arg[0];
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, _RED_("Error:") "Couldn't get proxmark state, bad response type: 0x%04" PRIx64 "\n", resp.cmd);
|
||||
fprintf(stderr, _RED_("Error:") "Couldn't get Proxmark3 state, bad response type: 0x%04" PRIx64 "\n", resp.cmd);
|
||||
return -1;
|
||||
break;
|
||||
}
|
||||
|
@ -326,12 +326,12 @@ static int enter_bootloader(char *serial_port_name) {
|
|||
fprintf(stdout, " " _GREEN_("Found") "\n");
|
||||
return 0;
|
||||
} else {
|
||||
fprintf(stdout, _RED_("Error:") "Proxmark not found.\n");
|
||||
fprintf(stdout, _RED_("Error:") "Proxmark3 not found.\n");
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
fprintf(stderr, _RED_("Error:") "Unknown Proxmark mode\n");
|
||||
fprintf(stderr, _RED_("Error:") "Unknown Proxmark3 mode\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue