Fix Gen3 detection bug against MFUL
This commit is contained in:
@@ -1355,7 +1355,8 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||
break;
|
||||
}
|
||||
case CMD_HF_MIFARE_CIDENT: {
|
||||
MifareCIdent();
|
||||
bool is_mfc = packet->data.asBytes[0];
|
||||
MifareCIdent(is_mfc);
|
||||
break;
|
||||
}
|
||||
// Gen 3 magic cards
|
||||
|
||||
Reference in New Issue
Block a user