From 16c870200254e2678667f23a20d33aec9daf851e Mon Sep 17 00:00:00 2001 From: cxh Date: Tue, 14 Oct 2025 17:25:13 +0800 Subject: [PATCH] temp --- include/app_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/app_config.hpp b/include/app_config.hpp index 88a673e..f21570b 100644 --- a/include/app_config.hpp +++ b/include/app_config.hpp @@ -126,7 +126,7 @@ struct AppConfig LOG_INFO("[Config] MQTT Credentials - username: " + cfg.mqtt.username + ", password: " + cfg.mqtt.password); LOG_INFO("[Config] MQTT Topics: " + cfg.mqtt.topics.heartbeat_up + ", " + - cfg.mqtt.topics.video_down + ", " + cfg.mqtt.topics.video_down_ack); + cfg.mqtt.topics.video_down); LOG_INFO("[Config] MQTT keepAlive: " + std::to_string(cfg.mqtt.keep_alive)); return cfg;