Skip to content

Commit

Permalink
[NfcMagic] Fix build issue (#262)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Kutuzov <[email protected]>
  • Loading branch information
RebornedBrain and skotopes authored Nov 1, 2024
1 parent a1e2913 commit 751da0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions nfc_magic/.catalog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.14
- Update for new API

## 1.13
- Support for dumping Gen1 cards
- Minor error screen changes
Expand Down
2 changes: 1 addition & 1 deletion nfc_magic/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ App(
],
stack_size=4 * 1024,
fap_description="Application for writing to NFC tags with modifiable sector 0",
fap_version="1.13",
fap_version="1.14",
fap_icon="assets/125_10px.png",
fap_category="NFC",
fap_icon_assets="assets",
Expand Down
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 751da0b

Please sign in to comment.