This commit is contained in:
Willy-JL
2024-03-29 04:04:45 +00:00
78 changed files with 556 additions and 387 deletions

View File

@@ -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);