From ca3fcea9c32d03fbf5eb6466b8efe0ae12609fea Mon Sep 17 00:00:00 2001 From: cxh Date: Tue, 14 Oct 2025 17:23:19 +0800 Subject: [PATCH] temp --- src/mqtt_client_wrapper.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mqtt_client_wrapper.cpp b/src/mqtt_client_wrapper.cpp index c611a7c..5a3cdb3 100644 --- a/src/mqtt_client_wrapper.cpp +++ b/src/mqtt_client_wrapper.cpp @@ -41,8 +41,6 @@ static void on_mqtt_connected() const auto &topics = g_app_config.mqtt.topics; mqtt_client->subscribe(topics.video_down); - mqtt_client->subscribe(topics.substream_down); - mqtt_client->subscribe(topics.reset_down); } static void on_mqtt_disconnected()