mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
textual
This commit is contained in:
parent
4ac50615a9
commit
0ce10e18df
2 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ int CmdHFTune(const char *Cmd) {
|
||||||
"Continuously measure HF antenna tuning.\n"
|
"Continuously measure HF antenna tuning.\n"
|
||||||
"Press button or <Enter> to interrupt.",
|
"Press button or <Enter> to interrupt.",
|
||||||
"hf tune\n"
|
"hf tune\n"
|
||||||
"hf tune --mixed"
|
"hf tune --mix"
|
||||||
);
|
);
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
|
|
|
@ -238,7 +238,7 @@ static int CmdLFTune(const char *Cmd) {
|
||||||
"Continuously measure LF antenna tuning.\n"
|
"Continuously measure LF antenna tuning.\n"
|
||||||
"Press button or <Enter> to interrupt.",
|
"Press button or <Enter> to interrupt.",
|
||||||
"lf tune\n"
|
"lf tune\n"
|
||||||
"lf tune --mixed"
|
"lf tune --mix"
|
||||||
);
|
);
|
||||||
|
|
||||||
char q_str[60];
|
char q_str[60];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue