mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Some small fix
This commit is contained in:
@@ -2662,7 +2662,6 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||
break;
|
||||
}
|
||||
case CMD_STATUS: {
|
||||
Dbprintf("Packet Len:%d", packet->length);
|
||||
if (packet->length == 4)
|
||||
SendStatus(packet->data.asDwords[0]);
|
||||
else
|
||||
|
||||
+1
-1
@@ -813,7 +813,7 @@ static int CmdStatus(const char *Cmd) {
|
||||
CLIParserInit(&ctx, "hw status",
|
||||
"Show runtime status information about the connected Proxmark3",
|
||||
"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[] = {
|
||||
|
||||
Reference in New Issue
Block a user