mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
tweak messages
This commit is contained in:
parent
4afe5e6ce0
commit
621a349e61
1 changed files with 1 additions and 1 deletions
|
@ -1378,7 +1378,7 @@ int CmdHF14AMfNestedHard(const char *Cmd) {
|
||||||
DropField();
|
DropField();
|
||||||
if (isOK) {
|
if (isOK) {
|
||||||
switch (isOK) {
|
switch (isOK) {
|
||||||
case 1 : PrintAndLogEx(NORMAL, "Error: No response from Proxmark.\n"); break;
|
case 1 : PrintAndLogEx(WARNING, "Error: No response from Proxmark.\n"); break;
|
||||||
case 2 : PrintAndLogEx(NORMAL, "Button pressed. Aborted.\n"); break;
|
case 2 : PrintAndLogEx(NORMAL, "Button pressed. Aborted.\n"); break;
|
||||||
default : break;
|
default : break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue