sam_seos: add suppport for HID SAM communication with SEOS cards, based on bettse/seader project

This commit is contained in:
Jakub Kramarz 2025-01-04 14:49:39 +01:00
commit c08e6c47c8
4 changed files with 475 additions and 2 deletions

View file

@ -2246,7 +2246,7 @@ static void PacketReceived(PacketCommandNG *packet) {
break;
}
case CMD_HF_SAM_SEOS: {
// sam_seos_get_pacs();
sam_seos_get_pacs();
break;
}