From c25dbf8f2115ff56e06fa9df490e7e8151dd758a Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 10 Jul 2025 16:02:18 +0200 Subject: [PATCH] forget the struct changes --- client/src/ui.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/ui.h b/client/src/ui.h index 95ed70390..b79798862 100644 --- a/client/src/ui.h +++ b/client/src/ui.h @@ -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;