add links for mobile users

This commit is contained in:
Garth Vander Houwen 2022-06-26 22:09:23 -07:00
parent 372f237ff1
commit 42d269fa4f
3 changed files with 14 additions and 10 deletions

View file

@ -11,11 +11,11 @@ Default settings values are prefered whenever possible as they consume no bandwi
| Name | Description | | Name | Description |
|:----:|:-----------:| |:----:|:-----------:|
| Device | Device config options are: Device Role, Serial Output, Debug Log and Factory Reset. | | [Device](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. | | [Display](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. | | [LoRa](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. | | [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 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. | | [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 config options are: AP Mode, Hidden AP, SSID and Password. | | [WiFi](wifi) | WiFi config options are: AP Mode, Hidden AP, SSID and Password. |

View file

@ -16,7 +16,7 @@ Default settings values are prefered whenever possible as they consume no bandwi
## Config Sections ## 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 ## Module Config

View file

@ -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. 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 | | 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 :::tip
Once module settings are changed, a **reset** is required for them to take effect. Once module settings are changed, a **reset** is required for them to take effect.