first commit
This commit is contained in:
parent
15433a861e
commit
eaed6e792e
@ -123,6 +123,8 @@ struct AppConfig
|
||||
LOG_INFO("[Config] Loaded MQTT server: " + cfg.mqtt.server_ip +
|
||||
":" + std::to_string(cfg.mqtt.server_port));
|
||||
LOG_INFO("[Config] MQTT client ID: " + cfg.mqtt.client_id);
|
||||
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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user