mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 15:48:35 -07:00
NFC: Mention using MFKey app after Detect Reader
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
- Many apps updated for new refactors (by @Willy-JL & @xMasterX)
|
- Many apps updated for new refactors (by @Willy-JL & @xMasterX)
|
||||||
- NFC:
|
- NFC:
|
||||||
- EMV Transactions menu less nested in UI, hide if data unavailable (by @Willy-JL)
|
- EMV Transactions menu less nested in UI, hide if data unavailable (by @Willy-JL)
|
||||||
|
- Mention using MFKey app after Detect Reader (by @Willy-JL)
|
||||||
- UL: Better plugin loading, faster launch from favourites, no lag in Saved menu (by @xMasterX)
|
- UL: Better plugin loading, faster launch from favourites, no lag in Saved menu (by @xMasterX)
|
||||||
- Sub-GHz:
|
- Sub-GHz:
|
||||||
- Streamline generic serialize +1.5k free flash (by @Willy-JL)
|
- Streamline generic serialize +1.5k free flash (by @Willy-JL)
|
||||||
|
|||||||
@@ -14,16 +14,18 @@ void nfc_scene_mf_classic_mfkey_complete_on_enter(void* context) {
|
|||||||
NfcApp* instance = context;
|
NfcApp* instance = context;
|
||||||
|
|
||||||
widget_add_string_element(
|
widget_add_string_element(
|
||||||
instance->widget, 64, 0, AlignCenter, AlignTop, FontPrimary, "Completed!");
|
instance->widget, 64, 2, AlignCenter, AlignTop, FontPrimary, "Completed!");
|
||||||
widget_add_string_multiline_element(
|
widget_add_string_multiline_element(
|
||||||
instance->widget,
|
instance->widget,
|
||||||
64,
|
64,
|
||||||
13,
|
16,
|
||||||
AlignCenter,
|
AlignCenter,
|
||||||
AlignTop,
|
AlignTop,
|
||||||
FontSecondary,
|
FontSecondary,
|
||||||
"Now use Mfkey32 to extract \nkeys: lab.flipper.net/nfc-tools");
|
"Now use Mfkey32 to extract \nkeys: lab.flipper.net/nfc-tools");
|
||||||
widget_add_icon_element(instance->widget, 50, 39, &I_MFKey_qr_25x25);
|
widget_add_string_element(
|
||||||
|
instance->widget, 29, 38, AlignLeft, AlignTop, FontSecondary, "or Apps > NFC > MFKey");
|
||||||
|
widget_add_icon_element(instance->widget, 0, 39, &I_MFKey_qr_25x25);
|
||||||
widget_add_button_element(
|
widget_add_button_element(
|
||||||
instance->widget,
|
instance->widget,
|
||||||
GuiButtonTypeRight,
|
GuiButtonTypeRight,
|
||||||
|
|||||||
Reference in New Issue
Block a user