mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
And make style
This commit is contained in:
parent
9a4c363549
commit
d10d8c0039
4 changed files with 9 additions and 9 deletions
|
@ -8007,7 +8007,7 @@ static int CmdHF14AMfValue(const char *Cmd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (resp.oldarg[0] & 0xFF) {
|
if (resp.oldarg[0] & 0xFF) {
|
||||||
// all ok so set flag to read current value
|
// all ok so set flag to read current value
|
||||||
getval = true;
|
getval = true;
|
||||||
PrintAndLogEx(SUCCESS, "Update ( " _GREEN_("success") " )");
|
PrintAndLogEx(SUCCESS, "Update ( " _GREEN_("success") " )");
|
||||||
} else {
|
} else {
|
||||||
|
@ -8040,7 +8040,7 @@ static int CmdHF14AMfValue(const char *Cmd) {
|
||||||
}
|
}
|
||||||
int status = resp.oldarg[0];
|
int status = resp.oldarg[0];
|
||||||
if (status) {
|
if (status) {
|
||||||
// all ok so set flag to read current value
|
// all ok so set flag to read current value
|
||||||
getval = true;
|
getval = true;
|
||||||
PrintAndLogEx(SUCCESS, "Update ( " _GREEN_("success") " )");
|
PrintAndLogEx(SUCCESS, "Update ( " _GREEN_("success") " )");
|
||||||
} else if (status == PM3_ETEAROFF) {
|
} else if (status == PM3_ETEAROFF) {
|
||||||
|
|
|
@ -4889,7 +4889,7 @@
|
||||||
"offline": false,
|
"offline": false,
|
||||||
"options": [
|
"options": [
|
||||||
"-h, --help This help",
|
"-h, --help This help",
|
||||||
"-r, --reset reset card",
|
"-r, --reset Reset card",
|
||||||
"-u, --uid <hex> New UID (4 hex bytes)"
|
"-u, --uid <hex> New UID (4 hex bytes)"
|
||||||
],
|
],
|
||||||
"usage": "hf mf supercard [-hr] [-u <hex>]"
|
"usage": "hf mf supercard [-hr] [-u <hex>]"
|
||||||
|
@ -11989,6 +11989,6 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 754,
|
"commands_extracted": 754,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2023-03-26T13:15:37"
|
"extracted_on": "2023-03-26T15:04:49"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue