added simple sim function for em4x50

This commit is contained in:
tharexde 2020-10-26 22:10:48 +01:00
commit 96e05d49df
5 changed files with 8 additions and 0 deletions

View file

@ -1121,6 +1121,10 @@ static void PacketReceived(PacketCommandNG *packet) {
em4x50_restore((em4x50_data_t *)packet->data.asBytes);
break;
}
case CMD_LF_EM4X50_SIM: {
em4x50_sim((uint32_t *)packet->data.asBytes);
break;
}
#endif
#ifdef WITH_ISO15693