This commit is contained in:
tharexde
2020-09-05 13:25:57 +02:00
parent 7904d962aa
commit c49e2d7ba9
11 changed files with 1026 additions and 68 deletions

View File

@@ -1021,6 +1021,14 @@ static void PacketReceived(PacketCommandNG *packet) {
em4x50_wipe((em4x50_data_t *)packet->data.asBytes);
break;
}
case CMD_LF_EM4X50_SIM: {
em4x50_sim((em4x50_data_t *)packet->data.asBytes);
break;
}
case CMD_LF_EM4X50_TEST: {
em4x50_test((em4x50_data_t *)packet->data.asBytes);
break;
}
#endif
#ifdef WITH_ISO15693