first commit

This commit is contained in:
cxh 2025-09-09 16:13:56 +08:00
parent 61b86ae589
commit 9ebdf012b7

View File

@ -127,6 +127,7 @@ struct AppConfig
", password: " + cfg.mqtt.password); ", password: " + cfg.mqtt.password);
LOG_INFO("[Config] MQTT Topics: " + cfg.mqtt.topics.heartbeat_up + ", " + 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 + ", " + cfg.mqtt.topics.video_down_ack);
LOG_INFO("[Config] MQTT keepAlive: " + cfg.mqtt.keep_alive);
return cfg; return cfg;
} }