update default topic
This commit is contained in:
parent
f249856887
commit
a252967ea9
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ if(options.help){
|
|||
const mqttBrokerUrl = options["mqtt-broker-url"] ?? "mqtt://mqtt.meshtastic.org";
|
||||
const mqttUsername = options["mqtt-username"] ?? "meshdev";
|
||||
const mqttPassword = options["mqtt-password"] ?? "large4cats";
|
||||
const mqttTopic = options["mqtt-topic"] ?? "#";
|
||||
const mqttTopic = options["mqtt-topic"] ?? "msh/#";
|
||||
const collectServiceEnvelopes = options["collect-service-envelopes"] ?? false;
|
||||
const collectPositions = options["collect-positions"] ?? false;
|
||||
const collectTextMessages = options["collect-text-messages"] ?? false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue