mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
add modules index to settings subfolder
This commit is contained in:
parent
c5c2f78043
commit
43f1d587bb
15
docs/_blocks/_module_overview_text.mdx
Normal file
15
docs/_blocks/_module_overview_text.mdx
Normal file
|
@ -0,0 +1,15 @@
|
|||
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:
|
||||
|
||||
- Canned Message Module
|
||||
- External Notification Module
|
||||
- Input Broker Module
|
||||
- Range Test Module
|
||||
- Serial Module
|
||||
- Store and Forward Module
|
||||
- Telemetry Module
|
||||
|
||||
:::tip
|
||||
Once module settings are changed, a **reset** is required for them to take effect.
|
||||
:::
|
8
docs/settings/modules/index.mdx
Normal file
8
docs/settings/modules/index.mdx
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
id: modules
|
||||
title: Modules Overview
|
||||
sidebar_label: Modules
|
||||
---
|
||||
import ModuleOverviewText from '@site/docs/_blocks/_module_overview_text.mdx';
|
||||
|
||||
<ModuleOverviewText/>
|
Loading…
Reference in a new issue