From 8a4296ec65a50189ad75b62e0968dc94121821d0 Mon Sep 17 00:00:00 2001 From: Sean Kilgore Date: Mon, 28 Oct 2024 07:35:46 -0700 Subject: [PATCH] docs: clarify which keys config_ok_to_mqtt applies to (#1492) Co-authored-by: rcarteraz --- 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 d08d2a97..abd908aa 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. +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. **Important:** This is not a cryptographic solution but a polite request that is enforced in the official firmware.