Some small fix

This commit is contained in:
wh201906
2023-11-06 18:45:10 +08:00
parent 6ac01e4db4
commit 2d48e33a99
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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
View File
@@ -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[] = {