mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 18:31:37 +00:00
parent
5f47ca1f32
commit
affbd7f2b9
@ -185,7 +185,7 @@ MQTT::MQTT() : concurrency::OSThread("mqtt"), mqttQueue(MAX_MQTT_QUEUE)
|
|||||||
statusTopic = moduleConfig.mqtt.root + statusTopic;
|
statusTopic = moduleConfig.mqtt.root + statusTopic;
|
||||||
cryptTopic = moduleConfig.mqtt.root + cryptTopic;
|
cryptTopic = moduleConfig.mqtt.root + cryptTopic;
|
||||||
jsonTopic = moduleConfig.mqtt.root + jsonTopic;
|
jsonTopic = moduleConfig.mqtt.root + jsonTopic;
|
||||||
mapTopic = moduleConfig.mqtt.root + jsonTopic;
|
mapTopic = moduleConfig.mqtt.root + mapTopic;
|
||||||
} else {
|
} else {
|
||||||
statusTopic = "msh" + statusTopic;
|
statusTopic = "msh" + statusTopic;
|
||||||
cryptTopic = "msh" + cryptTopic;
|
cryptTopic = "msh" + cryptTopic;
|
||||||
|
Loading…
Reference in New Issue
Block a user