This commit is contained in:
cxh 2026-01-05 14:03:24 +08:00
parent c6b3dedfdc
commit e12b5a95e7

View File

@ -21,6 +21,7 @@ std::mutex g_dispatch_id_mutex;
static std::atomic<bool> g_mqtt_activated{false};
static std::string g_last_vid;
static VehicleMQTTTopics g_prev_topics;
static bool try_activate_mqtt()
{