Colledct positions by default
This commit is contained in:
parent
f6f0970d21
commit
349e1080b1
1 changed files with 2 additions and 2 deletions
|
|
@ -135,11 +135,11 @@ const mqttUsername = options["mqtt-username"] ?? "meshdev";
|
|||
const mqttPassword = options["mqtt-password"] ?? "large4cats";
|
||||
const mqttTopic = options["mqtt-topic"] ?? "msh/#";
|
||||
const collectServiceEnvelopes = options["collect-service-envelopes"] ?? false;
|
||||
const collectPositions = options["collect-positions"] ?? false;
|
||||
const collectPositions = options["collect-positions"] ?? true;
|
||||
const collectTextMessages = options["collect-text-messages"] ?? false;
|
||||
const collectWaypoints = options["collect-waypoints"] ?? true;
|
||||
const collectNeighbourInfo = options["collect-neighbour-info"] ?? false;
|
||||
const collectMapReports = options["collect-map-reports"] ?? false;
|
||||
const collectMapReports = options["collect-map-reports"] ?? true;
|
||||
const decryptionKeys = options["decryption-keys"] ?? [
|
||||
"1PG7OiApB1nwvP+rz05pAQ==", // add default "AQ==" decryption key
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue