From c1e56d510ecad7d8282b6bfe76325541f29f55b6 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 6 Sep 2022 12:11:42 -0700 Subject: [PATCH] Add wifi and mqtt settings updates --- docs/settings/moduleconfig/mqtt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings/moduleconfig/mqtt.mdx b/docs/settings/moduleconfig/mqtt.mdx index f85963a5..5606b537 100644 --- a/docs/settings/moduleconfig/mqtt.mdx +++ b/docs/settings/moduleconfig/mqtt.mdx @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'; If your device is connected to WiFi you can enable it to forward packets along to an MQTT server. This allows users on the local mesh to communicate with users on the internet. -The canned message module config options are: Enabled, Server Address, Username, Password, Encryption Enabled and JSON Enabled. MQTT Module config uses an admin message sending a `ConfigModule.MQTT` protobuf. +The MQTT module config options are: Enabled, Server Address, Username, Password, Encryption Enabled and JSON Enabled. MQTT Module config uses an admin message sending a `ConfigModule.MQTT` protobuf. ## Settings