Skip to content

Commit

Permalink
Fix after mf classic logic adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
RebornedBrain committed Oct 31, 2024
1 parent a1e2913 commit f5c3363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfc_magic/scenes/nfc_magic_scene_mf_classic_dict_attack.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ NfcCommand nfc_dict_attack_worker_callback(NfcGenericEvent event, void* context)
}

FURI_LOG_D(TAG, "MFC type: %d", mfc_data->type);
mfc_event->data->poller_mode.mode = MfClassicPollerModeDictAttack;
mfc_event->data->poller_mode.mode = MfClassicPollerModeDictAttackStandard;
mfc_event->data->poller_mode.data = mfc_data;
instance->nfc_dict_context.sectors_total =
mf_classic_get_total_sectors_num(mfc_data->type);
Expand Down

0 comments on commit f5c3363

Please sign in to comment.