From 0480b349e543634abababe680d7d486643a40755 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Thu, 12 May 2022 11:01:35 -0600 Subject: [PATCH] abstracted descriptions to block so edits will be the same between pages --- docs/software/modules/modules.mdx | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/docs/software/modules/modules.mdx b/docs/software/modules/modules.mdx index 96852079..7a4a6ac2 100644 --- a/docs/software/modules/modules.mdx +++ b/docs/software/modules/modules.mdx @@ -1,19 +1,12 @@ --- id: modules -title: Modules overview -sidebar_label: Built-in modules +title: Modules Overview +sidebar_label: Built-in Modules --- +import ModuleOverviewText from '@site/docs/_blocks/_module_overview_text.mdx'; -There are a number of modules that have been integrated into the device firmware. These can be turned on using the Meshtastic python command line program. Please note that these modules require the device to be rebooted once they have been enabled for them to start running. + -These modules are currently integrated into the firmware: +## Configuration -- Range test - Allows automated testing of communication range of nodes -- External notifications - Allows a speaker, LED or other device to indicate when a message has been received -- Canned messages - Device can be used without the phone to send a message by choosing a predefined text -- Serial - Allows messages to be sent across the mesh by sending strings across a serial port - -These modules are currently in development: - -- Store and forward - Allows a node to store messages and resend them to nodes that have intermittent connection to the mesh -- Telemetry - Allows a node to measure it's local environment and report across the mesh +Configuration details are available on the [Device Settings](/docs/settings) pages.