mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
unified Proxmark3 text
This commit is contained in:
parent
33b4a32dfd
commit
436910605b
14 changed files with 38 additions and 38 deletions
|
@ -451,9 +451,9 @@ static command_t CommandTable[] = {
|
|||
{"setlfdivisor", CmdSetDivisor, 0, "<19 - 255> -- Drive LF antenna at 12Mhz/(divisor+1)"},
|
||||
{"setmux", CmdSetMux, 0, "<loraw|hiraw|lopkd|hipkd> -- Set the ADC mux to a specific value"},
|
||||
{"tune", CmdTune, 0, "Measure antenna tuning"},
|
||||
{"version", CmdVersion, 0, "Show version information about the connected Proxmark"},
|
||||
{"status", CmdStatus, 0, "Show runtime status information about the connected Proxmark"},
|
||||
{"ping", CmdPing, 0, "Test if the pm3 is responsive"},
|
||||
{"version", CmdVersion, 0, "Show version information about the connected Proxmark3"},
|
||||
{"status", CmdStatus, 0, "Show runtime status information about the connected Proxmark3"},
|
||||
{"ping", CmdPing, 0, "Test if the Proxmark3 is responding"},
|
||||
{NULL, NULL, 0, NULL}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue