added function reset

This commit is contained in:
tharexde 2020-09-27 23:39:04 +02:00
commit c20ab4ca20
7 changed files with 101 additions and 29 deletions

View file

@ -1045,6 +1045,10 @@ static void PacketReceived(PacketCommandNG *packet) {
em4x50_login((em4x50_data_t *)packet->data.asBytes);
break;
}
case CMD_LF_EM4X50_RESET: {
em4x50_reset();
break;
}
#endif
#ifdef WITH_ISO15693