Skip to content

Commit

Permalink
NFC Magic: update app with latest API (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
gornekich authored Jun 17, 2024
1 parent 13f9f8d commit 3fee524
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.11
- Fixed Mifare Ultralight types with latest API update

## 1.10
- Fixed the user dictionary dictionary attack results being discarded

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.10",
fap_version="1.11",
fap_icon="assets/125_10px.png",
fap_category="NFC",
fap_icon_assets="assets",
Expand Down
2 changes: 1 addition & 1 deletion nfc_magic/magic/protocols/gen4/gen4_poller.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static NfcCommand gen4_poller_write_mf_ultralight(Gen4Poller* instance) {
instance->total_blocks = 64 * 2;
break;

case MfUltralightTypeUnknown:
case MfUltralightTypeOrigin:
FURI_LOG_D(TAG, "Ultralight type");
instance->config.data_parsed.mfu_mode = Gen4UltralightModeUL;
break;
Expand Down

0 comments on commit 3fee524

Please sign in to comment.