mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Don't stop if SELECT APPLICATION failed
This commit is contained in:
@@ -82,11 +82,11 @@ static NfcCommand emv_poller_handler_select_application(EmvPoller* instance) {
|
|||||||
|
|
||||||
if(instance->error == EmvErrorNone) {
|
if(instance->error == EmvErrorNone) {
|
||||||
FURI_LOG_D(TAG, "Select application success");
|
FURI_LOG_D(TAG, "Select application success");
|
||||||
instance->state = EmvPollerStateGetProcessingOptions;
|
|
||||||
} else {
|
} else {
|
||||||
FURI_LOG_E(TAG, "Failed to select application");
|
FURI_LOG_E(TAG, "Failed to select application");
|
||||||
instance->state = EmvPollerStateReadFailed;
|
// We have to try GPO request with empty tag
|
||||||
}
|
}
|
||||||
|
instance->state = EmvPollerStateGetProcessingOptions;
|
||||||
|
|
||||||
return NfcCommandContinue;
|
return NfcCommandContinue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user