forget the struct changes
Some checks failed
CodeQL / Analyze (push) Waiting to run
MacOS Build and Test / macos-cmake (push) Waiting to run
MacOS Build and Test / macos-make (push) Waiting to run
MacOS Build and Test / macos-make-btaddon (push) Waiting to run
Ubuntu Build and Test / ubuntu-make (push) Waiting to run
Ubuntu Build and Test / ubuntu-make-btaddon (push) Waiting to run
Ubuntu Build and Test / ubuntu-cmake (push) Waiting to run
Windows Build and Test / proxspace (push) Waiting to run
Windows Build and Test / wsl (push) Waiting to run
Check uniq keys / check-unique (push) Has been cancelled

This commit is contained in:
iceman1001 2025-07-10 16:02:18 +02:00
commit c25dbf8f21

View file

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