Add wifi and mqtt settings updates

This commit is contained in:
Garth Vander Houwen 2022-09-06 12:11:42 -07:00
parent 96be92aabe
commit c1e56d510e

View file

@ -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