Merge pull request #1545 from merlokk/fix_mfp

fix mifate plus exchange bug
This commit is contained in:
Oleg Moiseenko 2021-12-23 19:43:58 +02:00 committed by GitHub
commit 9fbf63a8d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -795,6 +795,7 @@ int ExchangeRAW14a(uint8_t *datain, int datainlen, bool activateField, bool leav
if (activateField) {
// select with no disconnect and set gs_frame_len
int selres = SelectCard14443A_4(false, !silentMode, NULL);
responseNum = 0;
if (selres != PM3_SUCCESS)
return selres;
}