From a30172dad2b4b2bca19e7f5a8483d389682212f2 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 24 Nov 2024 06:27:56 -0600 Subject: [PATCH] Uplinked, not uploaded --- docs/configuration/radio/lora.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/radio/lora.mdx b/docs/configuration/radio/lora.mdx index abd908aa..ec0c491b 100644 --- a/docs/configuration/radio/lora.mdx +++ b/docs/configuration/radio/lora.mdx @@ -119,7 +119,7 @@ Setting this to option to 'true' means the device will ignore any messages it re Acceptable values: `true`, `false` -Default is `false`. When set to `true`, this configuration indicates that the user approves their packets to be uploaded to MQTT. If set to `false`, nodes receiving your packets are requested not to forward packets to MQTT. This configuration only applies to Channels configured with the `defaultpsk` and `eventpsk` keys set in the Meshtastic Firmware; Channels with custom keys ignore this setting. +Default is `false`. When set to `true`, this configuration indicates that the user approves their packets to be uplinked to MQTT brokers. If set to `false`, nodes receiving your packets are requested not to forward packets to MQTT. This configuration only applies to Channels configured with the `defaultpsk` and `eventpsk` keys set in the Meshtastic Firmware; Channels with custom keys ignore this setting. **Important:** This is not a cryptographic solution but a polite request that is enforced in the official firmware.