From 24f284194e7ada9f93bcb6ca0feafe0b8d6f05d4 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Thu, 27 Jan 2022 10:31:30 -0700 Subject: [PATCH] add link to channel --- docs/software/settings/mqtt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/software/settings/mqtt.md b/docs/software/settings/mqtt.md index 6bbb9930..5e0d81dd 100644 --- a/docs/software/settings/mqtt.md +++ b/docs/software/settings/mqtt.md @@ -50,11 +50,11 @@ MQTT username to use (most useful for a custom MQTT server). If using a custom s ### uplink_enabled -This is a channel specific setting. If your channel has this set to `true` and you are connected to WiFi, the device will forward along messages to whatever MQTT server is specified in `mqtt_server`. +This is a channel specific setting. If your channel has this set to `true` and you are connected to WiFi, the device will forward along messages to whatever MQTT server is specified in `mqtt_server`. See [Channel Settings](channel). ### downlink_enabled -This is a channel specific setting. If your channel has this set to `true` and you are connected to WiFi, the device will forward along messages from the MQTT server to the mesh from this device. +This is a channel specific setting. If your channel has this set to `true` and you are connected to WiFi, the device will forward along messages from the MQTT server to the mesh from this device. See [Channel Settings](channel). ## Details