mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into dev
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user