mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
This commit is contained in:
@@ -126,6 +126,13 @@ typedef enum {
|
||||
LfRfidViewRead,
|
||||
} LfRfidView;
|
||||
|
||||
typedef enum {
|
||||
LfRfidMenuIndexRead,
|
||||
LfRfidMenuIndexSaved,
|
||||
LfRfidMenuIndexAddManually,
|
||||
LfRfidMenuIndexExtraActions,
|
||||
} LfRfidMenuIndex;
|
||||
|
||||
bool lfrfid_save_key(LfRfid* app);
|
||||
|
||||
bool lfrfid_load_key_from_file_select(LfRfid* app);
|
||||
|
||||
Reference in New Issue
Block a user