mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix typos and regenerate command list
This commit is contained in:
parent
e3a6ab7b4f
commit
ef0cf93a5d
9 changed files with 85 additions and 56 deletions
|
@ -492,7 +492,7 @@ static void read_packet(packet_t *packet) {
|
|||
|
||||
if (packet->len == 0x50 && dataReceived >= sizeof(PacketResponseNGPreamble) && packet->dat[0] == 0x4D && packet->dat[1] == 0x33 && packet->dat[2] == 0x61) {
|
||||
// PM3 NG packet magic
|
||||
DbpString(_CYAN_("[@]") " PM3 NG packet recieved - ignoring");
|
||||
DbpString(_CYAN_("[@]") " PM3 NG packet received - ignoring");
|
||||
|
||||
// clear any remaining buffered data
|
||||
while (cardhopper_data_available()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue