added new function 4x50_restore

This commit is contained in:
tharexde 2020-10-25 16:39:40 +01:00
commit 4c6651b3c8

View file

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