From 42d269fa4f2d7d33fa2315d59dfd06b52c7c088f Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sun, 26 Jun 2022 22:09:23 -0700 Subject: [PATCH] add links for mobile users --- docs/settings/config/index.mdx | 12 ++++++------ docs/settings/index.mdx | 2 +- docs/settings/moduleconfig/index.mdx | 10 +++++++--- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/docs/settings/config/index.mdx b/docs/settings/config/index.mdx index eccfb3e1..9c0b065a 100644 --- a/docs/settings/config/index.mdx +++ b/docs/settings/config/index.mdx @@ -11,11 +11,11 @@ Default settings values are prefered whenever possible as they consume no bandwi | Name | Description | |:----:|:-----------:| -| Device | Device config options are: Device Role, Serial Output, Debug Log and Factory Reset. | -| Display | Display config options are: Screen On Duration, Auto Carousel Interval, and GPS Format. | -| LoRa | LoRa config options are: Region, Modem Preset, and Number of Hops. | -| Positon | Positon config options are: GPS Enabled, GPS Update Interval, GPS Attempt Time, Fixed Postion, Smart Broadcast, Broadcast Interval and Position Packet Flags. | -| Power | Power config options are: Charge Current, Power Saving, Shutdown after losing power, ADC Multiplier Override Wait Bluetooth Interval, Mesh Super Deep Sleep Timeout, Super Deep Sleep Interval, Light Sleep Interval and Minimum Wake Interval. | -| WiFi | WiFi config options are: AP Mode, Hidden AP, SSID and Password. | +| [Device](device) | Device config options are: Device Role, Serial Output, Debug Log and Factory Reset. | +| [Display](display) | Display config options are: Screen On Duration, Auto Carousel Interval, and GPS Format. | +| [LoRa](lora) | LoRa config options are: Region, Modem Preset, and Number of Hops. | +| [Position](position) | Positon config options are: GPS Enabled, GPS Update Interval, GPS Attempt Time, Fixed Postion, Smart Broadcast, Broadcast Interval and Position Packet Flags. | +| [Power](power) | Power config options are: Charge Current, Power Saving, Shutdown after losing power, ADC Multiplier Override Wait Bluetooth Interval, Mesh Super Deep Sleep Timeout, Super Deep Sleep Interval, Light Sleep Interval and Minimum Wake Interval. | +| [WiFi](wifi) | WiFi config options are: AP Mode, Hidden AP, SSID and Password. | diff --git a/docs/settings/index.mdx b/docs/settings/index.mdx index 496210ae..f5d76337 100644 --- a/docs/settings/index.mdx +++ b/docs/settings/index.mdx @@ -16,7 +16,7 @@ Default settings values are prefered whenever possible as they consume no bandwi ## Config Sections -Meshtastic config is now broken into 6 sections. Device, Display, LoRa, Position, Power and WiFi. +Meshtastic config is now broken into 6 sections. [Device](settings/config/device), [Display](settings/config/display), [LoRa](settings/config/lora), [Position](settings/config/position), [Power](settings/config/power) and [WiFi](settings/config/wifi). ## Module Config diff --git a/docs/settings/moduleconfig/index.mdx b/docs/settings/moduleconfig/index.mdx index 1d57c111..96a35d17 100644 --- a/docs/settings/moduleconfig/index.mdx +++ b/docs/settings/moduleconfig/index.mdx @@ -7,11 +7,15 @@ sidebar_position: 2 Modules are included in the firmware and allow users to extend the functionality of their mesh or device. -The list of current modules is as follows: - | Name | Description | |:----:|:-----------:| -| [Range Test Module](/docs/settings/moduleconfig/range-test-module) | Send messages with GPS location at an interval to test the distance your devices can communicate. Requires (at least) one device set up as a sender and one as a receiver. The receiver(s) will log all incoming messages to a CSV. | +| [Canned Message](canned-messages) | Set a number of predefined messages to send out directly from the device with the use of an input device like a rotary encoder. | +| [External Notification](external-notification) | Incoming messages are able to alert you using circuits you attach to the device (LEDs, Buzzers, etc) | +| [Input Broker](input-broker) | Attach and define input devices such as external keyboards and rotary encoders. | +| [Range Test](range-test-module) | Send messages with GPS location at an interval to test the distance your devices can communicate. Requires (at least) one device set up as a sender and one as a receiver. The receiver(s) will log all incoming messages to a CSV. | +| [Serial Module](serial) | Send messages across the mesh by sending strings over a serial port. | +| [Store and Forward](store-and-forward) | Set a designated node to store messages and resend them to nodes with intermittent connection to a mesh. | +| [Telemetry](telemetry) | Attach sensors to the device and transmit readings on a regular interval to the mesh. | :::tip Once module settings are changed, a **reset** is required for them to take effect.