forget the struct changes

This commit is contained in:
iceman1001 2025-07-10 16:02:18 +02:00
parent c216fbeeaf
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;