mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
bring snooper into line with new command format
This commit is contained in:
parent
602ac4d7c5
commit
6c45a008f5
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ int main()
|
||||||
while (!OpenProxmark(0)) { sleep(1); }
|
while (!OpenProxmark(0)) { sleep(1); }
|
||||||
while (1) {
|
while (1) {
|
||||||
UsbCommand cmdbuf;
|
UsbCommand cmdbuf;
|
||||||
CommandReceived("hi14asnoop");
|
CommandReceived("hf 14a snoop");
|
||||||
HANDLE_ERROR;
|
HANDLE_ERROR;
|
||||||
ReceiveCommand(&cmdbuf);
|
ReceiveCommand(&cmdbuf);
|
||||||
HANDLE_ERROR;
|
HANDLE_ERROR;
|
||||||
|
@ -37,7 +37,7 @@ int main()
|
||||||
ReceiveCommandPoll(&cmdbuf);
|
ReceiveCommandPoll(&cmdbuf);
|
||||||
}
|
}
|
||||||
HANDLE_ERROR;
|
HANDLE_ERROR;
|
||||||
CommandReceived("hi14alist");
|
CommandReceived("hf 14a list");
|
||||||
HANDLE_ERROR;
|
HANDLE_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue