added new function 4x50_restore
This commit is contained in:
@@ -1117,6 +1117,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||
em4x50_watch();
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_RESTORE: {
|
||||
em4x50_restore((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO15693
|
||||
|
||||
Reference in New Issue
Block a user