Skip to content

Commit

Permalink
finally
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Feb 1, 2024
1 parent ebcc317 commit c63089a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions applications/main/nfc/scenes/nfc_scene_start.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ void nfc_scene_start_on_enter(void* context) {
furi_string_reset(nfc->file_name);
nfc_device_clear(nfc->nfc_device);
iso14443_3a_reset(nfc->iso14443_3a_edit_data);
// Clear detected protocols list
memset(nfc->protocols_detected, NfcProtocolIso14443_3a, NfcProtocolNum);
nfc_app_reset_detected_protocols(nfc);

submenu_add_item(submenu, "Read", SubmenuIndexRead, nfc_scene_start_submenu_callback, nfc);
submenu_add_item(
Expand Down

2 comments on commit c63089a

@Missmerel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

k

@Missmerel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Please sign in to comment.