first commit
This commit is contained in:
parent
05815c81f9
commit
ebf8df46ba
@ -10,7 +10,7 @@
|
||||
#include <chrono>
|
||||
|
||||
// 可通过这些开关快速启用/禁用线程进行调试
|
||||
constexpr bool ENABLE_RTSP_THREAD = false; // 设置为 false 禁用 RTSP 线程
|
||||
constexpr bool ENABLE_RTSP_THREAD = true; // 设置为 false 禁用 RTSP 线程
|
||||
constexpr bool ENABLE_MQTT_THREAD = true; // 设置为 false 禁用 MQTT 线程
|
||||
|
||||
std::atomic<bool> g_running(true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user