mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
finally
This commit is contained in:
parent
ebcc317816
commit
c63089a929
1 changed files with 3 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue