mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
hint now uses session struct, in preperation for a preference file.
This commit is contained in:
parent
063eeb2610
commit
82077b2f1c
4 changed files with 8 additions and 13 deletions
|
@ -27,6 +27,7 @@ typedef struct {
|
|||
emojiMode_t emoji_mode;
|
||||
bool pm3_present;
|
||||
bool help_dump_mode;
|
||||
bool show_hints;
|
||||
} session_arg_t;
|
||||
|
||||
extern session_arg_t session;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue