mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-07 19:01:54 -07:00
Fix log
This commit is contained in:
@@ -99,7 +99,7 @@ static NfcCommand emv_poller_handler_get_processing_options(EmvPoller* instance)
|
||||
if(instance->data->emv_application.pan_len > 0) {
|
||||
instance->state = EmvPollerStateReadSuccess;
|
||||
} else {
|
||||
FURI_LOG_D(TAG, "No AFL still. Fallback to bruteforce files");
|
||||
FURI_LOG_D(TAG, "No PAN still. Read SFI files");
|
||||
instance->state = EmvPollerStateReadFiles;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user