Skip to content

Commit

Permalink
Specify in error scene that only Gen1 magic and Gen4 UMCs are support…
Browse files Browse the repository at this point in the history
…ed (#75)

Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
3 people authored Dec 6, 2023
1 parent 27253c8 commit db08fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfc_magic/scenes/nfc_magic_scene_not_magic.c
Original file line number Diff line number Diff line change
@@ -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");
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);

0 comments on commit db08fca

Please sign in to comment.