mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
docs: clarify which keys config_ok_to_mqtt applies to (#1492)
Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
This commit is contained in:
parent
596a55b1c8
commit
8a4296ec65
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue