added login function

This commit is contained in:
tharexde 2020-09-27 23:22:51 +02:00
commit 2e5cf12d7d
7 changed files with 88 additions and 25 deletions

View file

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