Some small fix

This commit is contained in:
wh201906 2023-11-06 18:44:19 +08:00
commit 2d48e33a99
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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[] = {