mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Some small fix
This commit is contained in:
parent
6ac01e4db4
commit
2d48e33a99
2 changed files with 1 additions and 2 deletions
|
@ -2662,7 +2662,6 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case CMD_STATUS: {
|
case CMD_STATUS: {
|
||||||
Dbprintf("Packet Len:%d", packet->length);
|
|
||||||
if (packet->length == 4)
|
if (packet->length == 4)
|
||||||
SendStatus(packet->data.asDwords[0]);
|
SendStatus(packet->data.asDwords[0]);
|
||||||
else
|
else
|
||||||
|
|
|
@ -813,7 +813,7 @@ static int CmdStatus(const char *Cmd) {
|
||||||
CLIParserInit(&ctx, "hw status",
|
CLIParserInit(&ctx, "hw status",
|
||||||
"Show runtime status information about the connected Proxmark3",
|
"Show runtime status information about the connected Proxmark3",
|
||||||
"hw status\n"
|
"hw status\n"
|
||||||
"hw status -t 1000 -> Test connection speed with 1000ms timeout\n"
|
"hw status --ms 1000 -> Test connection speed with 1000ms timeout\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue