mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
rename extract mf keys to extract MFC keys
because its used only for mifare classic, not for plus etc..
This commit is contained in:
parent
94492eaa5e
commit
54ad331c4c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ void nfc_scene_start_on_enter(void* context) {
|
|||
submenu_add_item(submenu, "Read", SubmenuIndexRead, nfc_scene_start_submenu_callback, nfc);
|
||||
submenu_add_item(
|
||||
submenu,
|
||||
"Extract MF Keys",
|
||||
"Extract MFC Keys",
|
||||
SubmenuIndexDetectReader,
|
||||
nfc_scene_start_submenu_callback,
|
||||
nfc);
|
||||
|
|
Loading…
Add table
Reference in a new issue