temp
This commit is contained in:
parent
ca3fcea9c3
commit
16c8702002
@ -126,7 +126,7 @@ struct AppConfig
|
|||||||
LOG_INFO("[Config] MQTT Credentials - username: " + cfg.mqtt.username +
|
LOG_INFO("[Config] MQTT Credentials - username: " + cfg.mqtt.username +
|
||||||
", 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);
|
||||||
LOG_INFO("[Config] MQTT keepAlive: " + std::to_string(cfg.mqtt.keep_alive));
|
LOG_INFO("[Config] MQTT keepAlive: " + std::to_string(cfg.mqtt.keep_alive));
|
||||||
|
|
||||||
return cfg;
|
return cfg;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user