Skip to content

Commit

Permalink
upd nfc magic
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Dec 7, 2023
1 parent c470295 commit 785be88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base_pack/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.1",
fap_version="1.3",
fap_icon="assets/Nfc_10px.png",
fap_category="NFC",
fap_private_libs=[
Expand Down
2 changes: 1 addition & 1 deletion base_pack/nfc_magic/scenes/nfc_magic_scene_not_magic.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void nfc_magic_scene_not_magic_on_enter(void* context) {
widget_add_string_element(
widget, 3, 4, AlignLeft, AlignTop, FontPrimary, "This is wrong card");
widget_add_string_multiline_element(
widget, 4, 17, AlignLeft, AlignTop, FontSecondary, "Not magic or unsupported\ncard. Only Gen1 and\nGen4 UMC cards supported.");
widget, 4, 17, AlignLeft, AlignTop, FontSecondary, "Not magic or unsupported\ncard. Only Gen1 and \nGen4 UMC cards supported.");
widget_add_button_element(
widget, GuiButtonTypeLeft, "Retry", nfc_magic_scene_not_magic_widget_callback, instance);

Expand Down

0 comments on commit 785be88

Please sign in to comment.