mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-11-07 23:06:23 +08:00
forget the struct changes
This commit is contained in:
parent
c216fbeeaf
commit
c25dbf8f21
1 changed files with 3 additions and 0 deletions
|
|
@ -63,6 +63,9 @@ typedef struct {
|
|||
char *history_path;
|
||||
pm3_device_t *current_device;
|
||||
uint32_t timeout;
|
||||
char *mqtt_server;
|
||||
char *mqtt_port;
|
||||
char *mqtt_topic;
|
||||
} session_arg_t;
|
||||
|
||||
extern session_arg_t g_session;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue