added std_read command for em4x50

This commit is contained in:
tharexde 2020-10-27 18:18:02 +01:00
commit ce5181bdc9
7 changed files with 110 additions and 6 deletions

View file

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