mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
sam_picopass: adapt implementation from sam_seos
This commit is contained in:
parent
f3b831ca3e
commit
9696c97639
4 changed files with 308 additions and 355 deletions
|
@ -2258,7 +2258,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
}
|
||||
|
||||
case CMD_HF_SAM_PICOPASS: {
|
||||
sam_picopass_get_pacs();
|
||||
sam_picopass_get_pacs(packet);
|
||||
break;
|
||||
}
|
||||
case CMD_HF_SAM_SEOS: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue